From: Eugen Date: Wed, 19 Apr 2017 15:46:24 +0000 (+0200) Subject: Fix double-escaping of display names in (#2155) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=baabbce6727555bf7047c5e989ac0ad75aa847fc;p=mastodon.git Fix double-escaping of display names in <title> (#2155) --- diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 688deaebd..fa5811fd8 100755 --- 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