##// END OF EJS Templates
Do not include news author in emphasis tag....
Jean-Philippe Lang -
r3311:00cec500c6b2
parent child
Show More
@@ -27,8 +27,8
27 </div>
27 </div>
28 <% end %>
28 <% end %>
29
29
30 <p><em><% unless @news.summary.blank? %><%=h @news.summary %><br /><% end %>
30 <p><% unless @news.summary.blank? %><em><%=h @news.summary %></em><br /><% end %>
31 <span class="author"><%= authoring @news.created_on, @news.author %></span></em></p>
31 <span class="author"><%= authoring @news.created_on, @news.author %></span></p>
32 <div class="wiki">
32 <div class="wiki">
33 <%= textilizable(@news.description) %>
33 <%= textilizable(@news.description) %>
34 </div>
34 </div>
General Comments 0
You need to be logged in to leave comments. Login now