summaryrefslogtreecommitdiffstats
path: root/lib/redmine
diff options
context:
space:
mode:
Diffstat (limited to 'lib/redmine')
-rw-r--r--lib/redmine/helpers/gantt.rb2
-rw-r--r--lib/redmine/wiki_formatting/macros.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/redmine/helpers/gantt.rb b/lib/redmine/helpers/gantt.rb
index 6b40bc844..0d5803c3d 100644
--- a/lib/redmine/helpers/gantt.rb
+++ b/lib/redmine/helpers/gantt.rb
@@ -784,7 +784,7 @@ module Redmine
}
end
if has_children
- content = view.content_tag(:span, nil, :class => 'icon icon-expended expander') + content
+ content = view.content_tag(:span, nil, :class => 'icon icon-expanded expander') + content
tag_options[:class] += ' open'
else
if params[:indent]
diff --git a/lib/redmine/wiki_formatting/macros.rb b/lib/redmine/wiki_formatting/macros.rb
index e5f196306..d1a9e81ca 100644
--- a/lib/redmine/wiki_formatting/macros.rb
+++ b/lib/redmine/wiki_formatting/macros.rb
@@ -250,7 +250,7 @@ module Redmine
link_to_function(
hide_label, js,
:id => "#{html_id}-hide",
- :class => 'icon icon-expended collapsible',
+ :class => 'icon icon-expanded collapsible',
:style => 'display:none;'
)
out <<