logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: baabbce6727555bf7047c5e989ac0ad75aa847fc
parent: 1d47910d3b1a012504802cfc45a026e5c45d57a9
Author: Eugen <eugen@zeonfederated.com>
Date:   Wed, 19 Apr 2017 17:46:24 +0200

Fix double-escaping of display names in <title> (#2155)


Diffstat:

Mapp/views/layouts/application.html.haml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml @@ -14,7 +14,7 @@ %title< - if content_for?(:page_title) - = yield(:page_title).strip + = yield(:page_title) = ' - ' = site_title