diff options
Diffstat (limited to 'app/views/attachments/diff.html.erb')
-rw-r--r-- | app/views/attachments/diff.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/attachments/diff.html.erb b/app/views/attachments/diff.html.erb index fa4e182fc..5359d4eea 100644 --- a/app/views/attachments/diff.html.erb +++ b/app/views/attachments/diff.html.erb @@ -7,7 +7,7 @@ <span class="size">(<%= number_to_human_size @attachment.filesize %>)</span></p> </div> <p> -<% form_tag({}, :method => 'get') do %> +<%= form_tag({}, :method => 'get') do %> <label><%= l(:label_view_diff) %></label> <%= select_tag 'type', options_for_select( |