mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-02 20:07:52 -05:00
FIX: Malformed HTML really screws with the renderer
This commit is contained in:
parent
52298faaa0
commit
76a9eca5b0
2 changed files with 25 additions and 30 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue