From fc18a38215a770e2da975e0791b6b782019444fb Mon Sep 17 00:00:00 2001
From: Robert Jackson
Date: Sun, 28 Dec 2014 18:01:05 -0500
Subject: [PATCH] Fix invalid HTML in templates.
HTMLBars (coming soon in Ember 1.10) validatest templates during
compilation. This PR fixes errors identified.
---
core/client/templates/modals/delete-tag.hbs | 2 +-
core/client/templates/settings/tags/settings-menu.hbs | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/core/client/templates/modals/delete-tag.hbs b/core/client/templates/modals/delete-tag.hbs
index 5627007b59..8e9c3c7479 100644
--- a/core/client/templates/modals/delete-tag.hbs
+++ b/core/client/templates/modals/delete-tag.hbs
@@ -4,6 +4,6 @@
{{#if post_count}}
WARNING: This tag is attached to {{post_count}} {{postInflection}}. You're about to delete "{{name}}". This is permanent! No backups, no restores, no magic undo button. We warned you, ok?
{{else}}
- WARNING: You're about to delete "{{name}}". This is permanent! No backups, no restores, no magic undo button. We warned you, ok?
+ WARNING: You're about to delete "{{name}}". This is permanent! No backups, no restores, no magic undo button. We warned you, ok?
{{/if}}
{{/gh-modal-dialog}}
diff --git a/core/client/templates/settings/tags/settings-menu.hbs b/core/client/templates/settings/tags/settings-menu.hbs
index a1f2b9b1c6..6581268d78 100644
--- a/core/client/templates/settings/tags/settings-menu.hbs
+++ b/core/client/templates/settings/tags/settings-menu.hbs
@@ -70,6 +70,7 @@
{{seoURL}}
{{seoDescription}}
+
{{! .settings-menu-content }}
{{/gh-tab-pane}}