summaryrefslogtreecommitdiffstats
path: root/app/views/common/_markup.html.erb
blob: dc6c7f4742d9bb6a4b0f6e89dfd19f6874597c16 (plain)
1
2
3
<div class="wiki">
  <%= Redmine::WikiFormatting.to_html(markup_text_formatting, Redmine::CodesetUtil.to_utf8_by_setting(markup_text)).html_safe %>
</div>