0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00

Merge pull request #4727 from rwjblue/fix-template-html

Fix invalid HTML in templates.
This commit is contained in:
Jason Williams 2014-12-28 17:18:31 -06:00
commit c3630f5255
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,6 @@
{{#if post_count}} {{#if post_count}}
<strong>WARNING:</strong> <span class="red">This tag is attached to {{post_count}} {{postInflection}}.</span> You're about to delete "<strong>{{name}}</strong>". This is permanent! No backups, no restores, no magic undo button. We warned you, ok? <strong>WARNING:</strong> <span class="red">This tag is attached to {{post_count}} {{postInflection}}.</span> You're about to delete "<strong>{{name}}</strong>". This is permanent! No backups, no restores, no magic undo button. We warned you, ok?
{{else}} {{else}}
<strong>WARNING:</strong> You're about to delete "<strong>{{name}}</strong>". This is permanent! No backups, no restores, no magic undo button. We warned you, ok?</p> <strong>WARNING:</strong> You're about to delete "<strong>{{name}}</strong>". This is permanent! No backups, no restores, no magic undo button. We warned you, ok?
{{/if}} {{/if}}
{{/gh-modal-dialog}} {{/gh-modal-dialog}}

View file

@ -70,6 +70,7 @@
<div class="seo-preview-link">{{seoURL}}</div> <div class="seo-preview-link">{{seoURL}}</div>
<div class="seo-preview-description">{{seoDescription}}</div> <div class="seo-preview-description">{{seoDescription}}</div>
</div> </div>
</div>
</form> </form>
</div>{{! .settings-menu-content }} </div>{{! .settings-menu-content }}
{{/gh-tab-pane}} {{/gh-tab-pane}}