Skip to content

Commit

Permalink
close tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mwolff44 committed Jun 22, 2016
1 parent 5ab28e0 commit e0252e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/admin/server_status.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<td>{{ os }}</td>
</tr>
<tr>
<td class="label-col"><b>{% trans 'Hostname' %}'/b></td>
<td class="label-col"><b>{% trans 'Hostname' %}</b></td>
<td>{{ hostname }}</td>
</tr>
<tr>
Expand Down Expand Up @@ -78,7 +78,7 @@
<td class="user">{{ cpu.user }} %</td>
</tr>
<tr>
<td class="label-col"><b>{% trans 'System<' %}/b></td>
<td class="label-col"><b>{% trans 'System' %}</b></td>
<td class="system">{{ cpu.system }} %</td>
</tr>
<tr>
Expand Down

0 comments on commit e0252e1

Please sign in to comment.