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