This commit is contained in:
Douwe Maan 2015-12-09 12:00:26 +01:00
parent 905090dbe9
commit 3fd1a36d74
1 changed files with 1 additions and 1 deletions

View File

@ -79,6 +79,6 @@ describe "User Feed", feature: true do
end
def safe_name
html_escape(user.name)
CGI.escapeHTML(user.name)
end
end