]> cat aescling's git repositories - mastodon.git/commitdiff
Fix double-escaping of display names in <title> (#2155)
authorEugen <eugen@zeonfederated.com>
Wed, 19 Apr 2017 15:46:24 +0000 (17:46 +0200)
committerGitHub <noreply@github.com>
Wed, 19 Apr 2017 15:46:24 +0000 (17:46 +0200)
app/views/layouts/application.html.haml

index 688deaebd5208fde6f34611eb1609874334c7959..fa5811fd88ad409ca8574ef06f08eebe567998a5 100755 (executable)
@@ -14,7 +14,7 @@
 
     %title<
       - if content_for?(:page_title)
-        = yield(:page_title).strip
+        = yield(:page_title)
         = ' - '
       = site_title