diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-08-02 23:57:54 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-08-02 23:57:54 +0000 |
commit | 231c8d7fac9749064550d885a74bc03eaf5a315f (patch) | |
tree | 0b2ade5922a4bcccc25ec4d5a2e70ab9eb2912d7 /app/views/wiki | |
parent | 2ff254540634797cafae082d61e778e48a3c670e (diff) | |
download | redmine-231c8d7fac9749064550d885a74bc03eaf5a315f.tar.gz redmine-231c8d7fac9749064550d885a74bc03eaf5a315f.zip |
remove duplicate h() from app/views/wiki/diff.rhtml.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6400 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/wiki')
-rw-r--r-- | app/views/wiki/diff.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/wiki/diff.rhtml b/app/views/wiki/diff.rhtml index c77f521c7..647fe74ec 100644 --- a/app/views/wiki/diff.rhtml +++ b/app/views/wiki/diff.rhtml @@ -4,7 +4,7 @@ <%= wiki_page_breadcrumb(@page) %> -<h2><%=h h(@page.pretty_title) %></h2> +<h2><%= h(@page.pretty_title) %></h2> <p> <%= l(:label_version) %> <%= link_to @diff.content_from.version, :action => 'show', :id => @page.title, :project_id => @page.project, :version => @diff.content_from.version %> |