diff options
-rw-r--r-- | app/helpers/application_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 45ce61175..a5ac9511c 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -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 |