mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
FIX: Invalid HTML on plugins page
This commit is contained in:
parent
5fdbc6c4b2
commit
882dc8132d
1 changed files with 6 additions and 6 deletions
|
@ -10,13 +10,13 @@
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>{{i18n "admin.plugins.name"}}</th>
|
||||||
|
<th>{{i18n "admin.plugins.version"}}</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>{{i18n "admin.plugins.name"}}</th>
|
|
||||||
<th>{{i18n "admin.plugins.version"}}</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
{{#each plugin in controller}}
|
{{#each plugin in controller}}
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
|
|
Loading…
Reference in a new issue