##// END OF EJS Templates
remove trailing white-spaces from app/views/wiki/show.rhtml....
Toshi MARUYAMA -
r6297:9e3da3fffb0c
parent child
Show More
@@ -14,7 +14,7
14 14 <%= wiki_page_breadcrumb(@page) %>
15 15
16 16 <% if @content.version != @page.content.version %>
17 <p>
17 <p>
18 18 <%= link_to(("\xc2\xab " + l(:label_previous)),
19 19 :action => 'show', :id => @page.title, :project_id => @page.project,
20 20 :version => (@content.version - 1)) + " - " if @content.version > 1 %>
General Comments 0
You need to be logged in to leave comments. Login now