mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Malformed HTML really screws with the renderer
This commit is contained in:
parent
52298faaa0
commit
76a9eca5b0
@ -9,14 +9,11 @@
|
||||
{{#if postStream.firstPostPresent}}
|
||||
<div id='topic-title'>
|
||||
<div class='container'>
|
||||
|
||||
{{#if showStarButton}}
|
||||
<a {{bind-attr class=":star starred:starred"}} {{action "toggleStar"}} href='#' {{bind-attr title="starTooltip"}}></a>
|
||||
{{/if}}
|
||||
|
||||
<div class="title-wrapper">
|
||||
|
||||
|
||||
{{#if editingTopic}}
|
||||
{{#if isPrivateMessage}}
|
||||
<span class="private-message-glyph">{{fa-icon envelope}}</span>
|
||||
@ -56,10 +53,8 @@
|
||||
{{/if}}
|
||||
{{bound-category-link category}}
|
||||
{{/unless}}
|
||||
|
||||
</div>
|
||||
|
||||
{{/if}}
|
||||
</div>
|
||||
{{plugin-outlet "topic-title"}}
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user