mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
Merge pull request #1686 from velesin/header_category_info_component_fix
FIX: removes invalid, unpaired closing tag
This commit is contained in:
commit
d134a5e199
1 changed files with 1 additions and 1 deletions
|
@ -9,5 +9,5 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/with}}
|
{{/with}}
|
||||||
{{else}}
|
{{else}}
|
||||||
<b>{{unbound category.topic_count}}</b></a>
|
<b>{{unbound category.topic_count}}</b>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
Loading…
Reference in a new issue