FIX: Broken HTML (thanks HTMLbars)

This commit is contained in:
Robin Ward 2014-12-05 17:02:52 -05:00
parent 0f37ce1083
commit 72749a24e1
4 changed files with 4 additions and 3 deletions

View File

@ -73,7 +73,7 @@
<td> <td>
{{#if user.admin}}<i class="fa fa-shield" title="{{i18n admin.title}}"></i>{{/if}} {{#if user.admin}}<i class="fa fa-shield" title="{{i18n admin.title}}"></i>{{/if}}
{{#if user.moderator}}<i class="fa fa-shield" title="{{i18n admin.moderator}}"></i>{{/if}} {{#if user.moderator}}<i class="fa fa-shield" title="{{i18n admin.moderator}}"></i>{{/if}}
<td> </td>
</tr> </tr>
{{/each}} {{/each}}

View File

@ -37,6 +37,7 @@
<th>&nbsp;</th> <th>&nbsp;</th>
<th>{{i18n about.stat.all_time}}</th> <th>{{i18n about.stat.all_time}}</th>
<th>{{i18n about.stat.last_7_days}}</th> <th>{{i18n about.stat.last_7_days}}</th>
</tr>
<tr> <tr>
<td class='title'>{{i18n about.topic_count}}</td> <td class='title'>{{i18n about.topic_count}}</td>
<td>{{number stats.topic_count}}</td> <td>{{number stats.topic_count}}</td>
@ -58,7 +59,6 @@
<td>{{number stats.likes_7_days}}</td> <td>{{number stats.likes_7_days}}</td>
</tr> </tr>
</table> </table>
</table>
</section> </section>
</div> </div>

View File

@ -47,6 +47,7 @@
</td> </td>
</tr> </tr>
{{/each}} {{/each}}
</tbody>
</table> </table>
{{else}} {{else}}
<div class='alert alert-info'> <div class='alert alert-info'>

View File

@ -22,7 +22,7 @@
</li> </li>
{{/if}} {{/if}}
{{#if showKeyboardShortcuts}} {{#if showKeyboardShortcuts}}
<li><a href="#" {{action "keyboardShortcuts"}} class="keyboard-shortcuts-link">{{i18n keyboard_shortcuts_help.title}}</a> <li><a href="#" {{action "keyboardShortcuts"}} class="keyboard-shortcuts-link">{{i18n keyboard_shortcuts_help.title}}</a></li>
{{/if}} {{/if}}
<li> <li>
<a href="{{unbound faqUrl}}" class="faq-link">{{i18n faq}}</a> <a href="{{unbound faqUrl}}" class="faq-link">{{i18n faq}}</a>