FIX: Malformed HTML really screws with the renderer

This commit is contained in:
Robin Ward 2014-10-06 16:28:48 -04:00
parent 52298faaa0
commit 76a9eca5b0
2 changed files with 25 additions and 30 deletions

View file

@ -9,14 +9,11 @@
{{#if postStream.firstPostPresent}} {{#if postStream.firstPostPresent}}
<div id='topic-title'> <div id='topic-title'>
<div class='container'> <div class='container'>
{{#if showStarButton}} {{#if showStarButton}}
<a {{bind-attr class=":star starred:starred"}} {{action "toggleStar"}} href='#' {{bind-attr title="starTooltip"}}></a> <a {{bind-attr class=":star starred:starred"}} {{action "toggleStar"}} href='#' {{bind-attr title="starTooltip"}}></a>
{{/if}} {{/if}}
<div class="title-wrapper"> <div class="title-wrapper">
{{#if editingTopic}} {{#if editingTopic}}
{{#if isPrivateMessage}} {{#if isPrivateMessage}}
<span class="private-message-glyph">{{fa-icon envelope}}</span> <span class="private-message-glyph">{{fa-icon envelope}}</span>
@ -56,10 +53,8 @@
{{/if}} {{/if}}
{{bound-category-link category}} {{bound-category-link category}}
{{/unless}} {{/unless}}
</div>
{{/if}} {{/if}}
</div>
{{plugin-outlet "topic-title"}} {{plugin-outlet "topic-title"}}
</div> </div>
</div> </div>