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:
parent
df47b73951
commit
9e3da3fffb
@ -14,7 +14,7 @@
|
|||||||
<%= wiki_page_breadcrumb(@page) %>
|
<%= wiki_page_breadcrumb(@page) %>
|
||||||
|
|
||||||
<% if @content.version != @page.content.version %>
|
<% if @content.version != @page.content.version %>
|
||||||
<p>
|
<p>
|
||||||
<%= link_to(("\xc2\xab " + l(:label_previous)),
|
<%= link_to(("\xc2\xab " + l(:label_previous)),
|
||||||
:action => 'show', :id => @page.title, :project_id => @page.project,
|
:action => 'show', :id => @page.title, :project_id => @page.project,
|
||||||
:version => (@content.version - 1)) + " - " if @content.version > 1 %>
|
:version => (@content.version - 1)) + " - " if @content.version > 1 %>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user