summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2016-03-12 08:25:44 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2016-03-12 08:25:44 +0000
commitc1ec49459b74c35cbd71a2f8c1cd6e2f198a9446 (patch)
tree0832a7adab97aeabbb65d58f56e401471641a95a /app/views
parent225c972c114a7acf8355e316d62996ee0ceedd3c (diff)
downloadredmine-c1ec49459b74c35cbd71a2f8c1cd6e2f198a9446.tar.gz
redmine-c1ec49459b74c35cbd71a2f8c1cd6e2f198a9446.zip
Merged r15134 (#21263).
git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15199 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r--app/views/wiki/_sidebar.html.erb4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/wiki/_sidebar.html.erb b/app/views/wiki/_sidebar.html.erb
index 7208376dc..a8e4110c1 100644
--- a/app/views/wiki/_sidebar.html.erb
+++ b/app/views/wiki/_sidebar.html.erb
@@ -1,5 +1,7 @@
<% if @wiki && @wiki.sidebar -%>
- <%= textilizable @wiki.sidebar.content, :text %>
+ <div class="wiki">
+ <%= textilizable @wiki.sidebar.content, :text %>
+ </div>
<% end -%>
<h3><%= l(:label_wiki) %></h3>