mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Invalid HTML on plugins page
This commit is contained in:
parent
5fdbc6c4b2
commit
882dc8132d
@ -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 New Issue
Block a user