Fix mismatched span in user/admin/users.tmpl
This commit is contained in:
parent
0d79057bae
commit
602cd80020
|
@ -4,7 +4,7 @@
|
|||
<div class="snug content-container">
|
||||
{{template "admin-header" .}}
|
||||
|
||||
<h2 id="posts-header" style="display: flex; justify-content: space-between;">Users <span style="font-style: italic; font-size: 0.75em;">{{.TotalUsers}} total</strong></h2>
|
||||
<h2 id="posts-header" style="display: flex; justify-content: space-between;">Users <span style="font-style: italic; font-size: 0.75em;">{{.TotalUsers}} total</span></h2>
|
||||
|
||||
<table class="classy export" style="width:100%">
|
||||
<tr>
|
||||
|
|
Loading…
Reference in New Issue