]> source.dussan.org Git - redmine.git/commitdiff
Fixed: pagination broken on news list with Opera.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 3 Oct 2007 18:43:38 +0000 (18:43 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 3 Oct 2007 18:43:38 +0000 (18:43 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@797 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/projects/list_news.rhtml

index b58524e365c92f9f3be6ed881e31b94316c09c4c..8a3537848e79d01670ed0e556ca54c0d1c107231 100644 (file)
@@ -22,7 +22,7 @@
 <% @newss.each do |news| %>
     <h3><%= link_to h(news.title), :controller => 'news', :action => 'show', :id => news %>
     <%= "(#{news.comments_count} #{lwr(:label_comment, news.comments_count).downcase})" if news.comments_count > 0 %></h3>
-    <p><span class="author"><%= authoring news.created_on, news.author %></p>
+    <p class="author"><%= authoring news.created_on, news.author %></p>
     <%= textilizable(news.description) %>
 <% end %>
 <% end %>