diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-08-11 23:40:37 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-08-11 23:40:37 +0000 |
commit | 9e3da3fffb0c4a63f5fc1ba4e4b1bfc79bb7c865 (patch) | |
tree | aca934b5ddf020a317fe73634a349cced5a90d0f /app/views/wiki/show.rhtml | |
parent | df47b73951c8ab64a31f395d639a158596321e3a (diff) | |
download | redmine-9e3da3fffb0c4a63f5fc1ba4e4b1bfc79bb7c865.tar.gz redmine-9e3da3fffb0c4a63f5fc1ba4e4b1bfc79bb7c865.zip |
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
Diffstat (limited to 'app/views/wiki/show.rhtml')
-rw-r--r-- | app/views/wiki/show.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
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 %> - <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 %> |