Skip to content

Commit

Permalink
fix(templates): html tag bcode not balanced
Browse files Browse the repository at this point in the history
fix #276
  • Loading branch information
vogloblinsky committed Aug 10, 2017
1 parent 49024e0 commit 8d96a5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/templates/partials/block-property.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{{/if}}
<tr>
<td class="col-md-4">
{{#if modifierKind}}<span class="modifier-icon fa fa-{{modifIcon modifierKind}}"></span>{{/if}}<code>{{name}}: {{> link-type type=type }}</bcode>
{{#if modifierKind}}<span class="modifier-icon fa fa-{{modifIcon modifierKind}}"></span>{{/if}}<code>{{name}}: {{> link-type type=type }}</code>
</td>
</tr>
{{#if type}}
Expand Down
2 changes: 1 addition & 1 deletion src/templates/partials/block-typealias.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{{else}}
<tr>
<td class="col-md-4">
{{#if modifierKind}}<span class="modifier-icon fa fa-{{modifIcon modifierKind}}"></span>{{/if}}<code>{{name}}: {{> link-type type=rawtype }}</bcode>
{{#if modifierKind}}<span class="modifier-icon fa fa-{{modifIcon modifierKind}}"></span>{{/if}}<code>{{name}}: {{> link-type type=rawtype }}</code>
</td>
</tr>
{{/compare}}
Expand Down
2 changes: 1 addition & 1 deletion src/templates/partials/interface.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
</tr>
<tr>
<td class="col-md-4">
<code>{{name}}: {{> link-type type=type }}</bcode>
<code>{{name}}: {{> link-type type=type }}</code>
</td>
</tr>

Expand Down

0 comments on commit 8d96a5a

Please sign in to comment.