Rails3: helper: html_safe for robot_exclusion_tag
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7967 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
f59d8bae97
commit
1d00ec11a0
|
@ -1023,7 +1023,7 @@ module ApplicationHelper
|
|||
end
|
||||
|
||||
def robot_exclusion_tag
|
||||
'<meta name="robots" content="noindex,follow,noarchive" />'
|
||||
'<meta name="robots" content="noindex,follow,noarchive" />'.html_safe
|
||||
end
|
||||
|
||||
# Returns true if arg is expected in the API response
|
||||
|
|
Loading…
Reference in New Issue