diff options
Diffstat (limited to 'app/views/request/upload_response.rhtml')
-rw-r--r-- | app/views/request/upload_response.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/upload_response.rhtml b/app/views/request/upload_response.rhtml index 675951595..158d5d3c4 100644 --- a/app/views/request/upload_response.rhtml +++ b/app/views/request/upload_response.rhtml @@ -30,7 +30,7 @@ <p><%= raw(_('Enter your response below. You may attach one file (use email, or <a href="%s">contact us</a> if you need more).')% [help_contact_path]) %></p> - <% form_tag '', :id => 'upload_response_form', :multipart => true do %> + <%= form_tag '', :id => 'upload_response_form', :multipart => true do %> <p> <label class="form_label" for="body"><% _('Response:')%></label> <%= text_area_tag :body, "", :rows => 10, :cols => 55 %> |