From 09509cb20ddc681721b6606c81340fab014102ea Mon Sep 17 00:00:00 2001 From: Jason Williams Date: Thu, 4 Dec 2014 15:21:27 +0000 Subject: [PATCH] Match labels with element ids. Refs #4578 - Match label "for" attributes with ids from the inputs they're labeling. - Remove extra promise generation from ghost header and footer helpers. --- ghost/admin/templates/settings/code-injection.hbs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ghost/admin/templates/settings/code-injection.hbs b/ghost/admin/templates/settings/code-injection.hbs index 10281de526..7794befb67 100644 --- a/ghost/admin/templates/settings/code-injection.hbs +++ b/ghost/admin/templates/settings/code-injection.hbs @@ -16,15 +16,15 @@
- +

Code here will be injected to the \{{ghost_head}} helper at the top of your page

{{textarea id="ghost-head" name="codeInjection[ghost_head]" type="text" value=ghost_head}}
- +

Code here will be injected to the \{{ghost_foot}} helper at the bottom of your page

- {{textarea id="blog-foot" name="codeInjection[ghost_foot]" type="text" value=ghost_foot}} + {{textarea id="ghost-foot" name="codeInjection[ghost_foot]" type="text" value=ghost_foot}}