Skip to content

Commit b85b0da

Browse files
author
Kristan Kenney
committed
Fix missing div closing tag on Statistics page
1 parent c436292 commit b85b0da

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

web/templates/admin/list_stats.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@
223223

224224
</table>
225225
</div>
226+
</div>
226227
<!-- /.l-unit__stats -->
227228
</div>
228229
<!-- /.l-unit__col -->

web/templates/user/list_stats.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@
199199

200200
</table>
201201
</div>
202+
</div>
202203
<!-- /.l-unit__stats -->
203204
</div>
204205
<!-- /.l-unit__col -->

0 commit comments

Comments
 (0)