diff options
Diffstat (limited to 'app/views/settings/_display.html.erb')
-rw-r--r-- | app/views/settings/_display.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/settings/_display.html.erb b/app/views/settings/_display.html.erb index 25f65fc56..3299ff10b 100644 --- a/app/views/settings/_display.html.erb +++ b/app/views/settings/_display.html.erb @@ -1,4 +1,4 @@ -<% form_tag({:action => 'edit', :tab => 'display'}) do %> +<%= form_tag({:action => 'edit', :tab => 'display'}) do %> <div class="box tabular settings"> <p><%= setting_select :ui_theme, Redmine::Themes.themes.collect {|t| [t.name, t.id]}, :blank => :label_default, :label => :label_theme %></p> |