]> cat aescling's git repositories - mastodon.git/commitdiff
Replace \u2014 with — (#3301)
authorDaigo 3 Dango <zunda@users.noreply.github.com>
Thu, 25 May 2017 12:05:54 +0000 (12:05 +0000)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 25 May 2017 12:05:54 +0000 (14:05 +0200)
app/views/layouts/public.html.haml

index 36cb1b4ad855630c041a23253a6c867811d06b8a..a3791e91ce1c31833b894f5dcfc7568d34389ffc 100644 (file)
@@ -7,7 +7,7 @@
     - if !user_signed_in? && single_user_mode?
       %span.single-user-login
         = link_to t('auth.login'), new_user_session_path
-        \u2014
+        &mdash;
     %span.domain= link_to site_hostname, root_path
     %span.powered-by
       != t('generic.powered_by', link: link_to('Mastodon', 'https://github.com/tootsuite/mastodon'))