summaryrefslogtreecommitdiffstats
path: root/app/views/calendars/show.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/calendars/show.html.erb')
-rw-r--r--app/views/calendars/show.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/calendars/show.html.erb b/app/views/calendars/show.html.erb
index cf870116f..76513f50e 100644
--- a/app/views/calendars/show.html.erb
+++ b/app/views/calendars/show.html.erb
@@ -8,7 +8,7 @@
<div id="query_form_with_buttons" class="hide-when-print">
<div id="query_form_content">
<fieldset id="filters" class="collapsible <%= @query.new_record? ? "" : "collapsed" %>">
- <legend onclick="toggleFieldset(this);" class="icon icon-<%= @query.new_record? ? "expended" : "collapsed" %>"><%= l(:label_filter_plural) %></legend>
+ <legend onclick="toggleFieldset(this);" class="icon icon-<%= @query.new_record? ? "expanded" : "collapsed" %>"><%= l(:label_filter_plural) %></legend>
<div style="<%= @query.new_record? ? "" : "display: none;" %>">
<%= render :partial => 'queries/filters', :locals => {:query => @query} %>
</div>