From: Toshi MARUYAMA Date: Thu, 11 Aug 2011 23:40:37 +0000 (+0000) Subject: remove trailing white-spaces from app/views/wiki/show.rhtml. X-Git-Tag: 1.3.0~1529 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9e3da3fffb0c4a63f5fc1ba4e4b1bfc79bb7c865;p=redmine.git remove trailing white-spaces from app/views/wiki/show.rhtml. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6417 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/wiki/show.rhtml b/app/views/wiki/show.rhtml index 7e519c819..fa2d25ee2 100644 --- a/app/views/wiki/show.rhtml +++ b/app/views/wiki/show.rhtml @@ -14,7 +14,7 @@ <%= wiki_page_breadcrumb(@page) %> <% if @content.version != @page.content.version %> -

+

<%= link_to(("\xc2\xab " + l(:label_previous)), :action => 'show', :id => @page.title, :project_id => @page.project, :version => (@content.version - 1)) + " - " if @content.version > 1 %>