diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/common/_markup.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/common/_markup.html.erb b/app/views/common/_markup.html.erb index dc6c7f474..14786a87c 100644 --- a/app/views/common/_markup.html.erb +++ b/app/views/common/_markup.html.erb @@ -1,3 +1,3 @@ -<div class="wiki"> +<div class="filecontent wiki"> <%= Redmine::WikiFormatting.to_html(markup_text_formatting, Redmine::CodesetUtil.to_utf8_by_setting(markup_text)).html_safe %> </div> |