From 9b90a47fd63cf621b324d2a521abd9cd0a5cb5a1 Mon Sep 17 00:00:00 2001 From: Brock Whittaker Date: Mon, 31 Oct 2016 12:48:25 -0700 Subject: [PATCH] Change .sub_settings_title to div. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All the properties they had weren’t being activated because they were inline elements. Change to div to activate properties. --- static/templates/subscription_settings.handlebars | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/templates/subscription_settings.handlebars b/static/templates/subscription_settings.handlebars index f26108c0e6..a12267eeb6 100644 --- a/static/templates/subscription_settings.handlebars +++ b/static/templates/subscription_settings.handlebars @@ -44,7 +44,7 @@ {{#if_and subscribed email_address}}
- Email address +
Email address
@@ -53,7 +53,7 @@ {{#if is_admin}}
- {{t "Administrator settings" }} +
{{t "Administrator settings" }}
@@ -75,7 +75,7 @@ {{#render_subscribers}}
- {{t "Stream membership" }} +
{{t "Stream membership" }}