Html safe wiki page title.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7916 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
b200fcfdae
commit
3df586d22d
|
@ -596,7 +596,7 @@ module ApplicationHelper
|
|||
url_for(:only_path => only_path, :controller => 'wiki', :action => 'show', :project_id => link_project, :id => wiki_page_id, :anchor => anchor)
|
||||
end
|
||||
end
|
||||
link_to(title || h(page), url, :class => ('wiki-page' + (wiki_page ? '' : ' new')))
|
||||
link_to(title.present? ? title.html_safe : h(page), url, :class => ('wiki-page' + (wiki_page ? '' : ' new')))
|
||||
else
|
||||
# project or wiki doesn't exist
|
||||
all.html_safe
|
||||
|
|
Loading…
Reference in New Issue