Sanitize glm helper

This commit is contained in:
randx 2012-09-01 23:35:04 +03:00
parent adeeae9f73
commit beb5e1bd6b
3 changed files with 8 additions and 3 deletions

View file

@ -31,7 +31,7 @@ module GitlabMarkdownHelper
extractions[$1]
end
text.html_safe
sanitize text.html_safe
end
# Use this in places where you would normally use link_to(gfm(...), ...).