]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white-spaces from app/views/wiki/show.rhtml.
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 11 Aug 2011 23:40:37 +0000 (23:40 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 11 Aug 2011 23:40:37 +0000 (23:40 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6417 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/wiki/show.rhtml

index 7e519c819ae7c211d98fe59d42ae9c64ebe9c6a6..fa2d25ee2d1e6c667fa70b64866617fb6e19a36a 100644 (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 %>