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
This commit is contained in:
Toshi MARUYAMA 2011-08-11 23:40:37 +00:00
parent df47b73951
commit 9e3da3fffb
1 changed files with 1 additions and 1 deletions

View File

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