X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/70d6880e10881dfd4b68f51cf16609a9f8aaff24..50091893d44ecfc48c13bb2269f23a6f23aea1d2:/app/views/diary_entries/comments.html.erb
diff --git a/app/views/diary_entries/comments.html.erb b/app/views/diary_entries/comments.html.erb
index 3960df302..63df5f9c6 100644
--- a/app/views/diary_entries/comments.html.erb
+++ b/app/views/diary_entries/comments.html.erb
@@ -19,6 +19,6 @@
- <%= link_to t('.older_comments') , { :page => @comment_pages.current.next} if @comment_pages.current.next %>
- <%= link_to t('.newer_comments'), { :page => @comment_pages.current.previous } if @comment_pages.current.previous %>
+ <%= link_to t('.older_comments'), :page => @comment_pages.current.next if @comment_pages.current.next %>
+ <%= link_to t('.newer_comments'), :page => @comment_pages.current.previous if @comment_pages.current.previous %>