]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/diary_entry/view.html.erb
Mark some strings that shouldn't be escaped as raw
[rails.git] / app / views / diary_entry / view.html.erb
index 3bc9323e3352b006dfbe6670937dfa601130f160..2261e256831b5b023ca9210336f9000a22a5ccce 100644 (file)
@@ -13,7 +13,7 @@
 
   <%= error_messages_for 'diary_comment' %>
 
-  <% form_for :diary_comment, @diary_comment, :url => { :action => 'comment' } do |f| %>
+  <%= form_for :diary_comment, @diary_comment, :url => { :action => 'comment' } do |f| %>
     <%= f.text_area :body, :cols => 80, :rows => 5 %>
     <br />
     <br />