Merge branch 'master' into es_17_01

This commit is contained in:
2017-02-08 18:41:39 +01:00
8 changed files with 50 additions and 17 deletions

View File

@@ -346,7 +346,7 @@ feature -- Handler
l_content.append ("</td>")
l_content.append ("<td class=%"user%">")
if attached ch.author as u then
l_content.append (r.link (u.name, "user/" + u.id.out, Void))
l_content.append (r.link (r.user_profile_name (u), "user/" + u.id.out, Void))
elseif attached ch.author_name as un then
l_content.append (r.html_encoded (un))
end