OSDN Git Service

html escape
[pettanr/pettanr.git] / app / views / speaches / index.html.erb
index 434bef7..8eb855b 100644 (file)
@@ -13,7 +13,7 @@
 <% @speaches.each do |speach| %>
   <tr>
     <td><%= speach.balloon_id %></td>
-    <td><%= speach.content %></td>
+    <td><%= speach.content %></td>
     <td><%= speach.top_offset %></td>
     <td><%= speach.left_offset %></td>
     <td><%= speach.width %></td>