diff options
Diffstat (limited to 'app/views/wiki/show.html.erb')
-rw-r--r-- | app/views/wiki/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/wiki/show.html.erb b/app/views/wiki/show.html.erb index 92f86e843..a7104967d 100644 --- a/app/views/wiki/show.html.erb +++ b/app/views/wiki/show.html.erb @@ -62,7 +62,7 @@ <%= render(:partial => "wiki/content", :locals => {:content => @content}) %> <fieldset class="collapsible collapsed hide-when-print"> - <legend onclick="toggleFieldset(this);"><%= l(:label_attachment_plural) %> (<%= @page.attachments.length %>)</legend> + <legend onclick="toggleFieldset(this);" class="icon icon-collapsed"><%= l(:label_attachment_plural) %> (<%= @page.attachments.length %>)</legend> <div style="display: none;"> <%= link_to_attachments @page, :thumbnails => true %> |