##// END OF EJS Templates
added some parenthesis in views...
Jean-Philippe Lang -
r369:669b2342ffec
parent child
Show More
@@ -6,6 +6,6
6 <% end %>
6 <% end %>
7 </ul>
7 </ul>
8 <% if journal.notes? %>
8 <% if journal.notes? %>
9 <%= textilizable journal.notes %>
9 <%= textilizable(journal.notes) %>
10 <% end %>
10 <% end %>
11 <% end %>
11 <% end %>
@@ -34,7 +34,7
34 <tr>
34 <tr>
35 <% n = 0
35 <% n = 0
36 for custom_value in @custom_values %>
36 for custom_value in @custom_values %>
37 <td><b><%= custom_value.custom_field.name %> :</b></td><td><%=h show_value custom_value %></td>
37 <td><b><%= custom_value.custom_field.name %> :</b></td><td><%= h(show_value(custom_value)) %></td>
38 <% n = n + 1
38 <% n = n + 1
39 if (n > 1)
39 if (n > 1)
40 n = 0 %>
40 n = 0 %>
General Comments 0
You need to be logged in to leave comments. Login now