aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author3D-I <480857+3D-I@users.noreply.github.com>2019-12-24 23:53:42 +0100
committer3D-I <480857+3D-I@users.noreply.github.com>2019-12-24 23:53:48 +0100
commitb9fccc9fcef598ae62e0fbc33f3ad0da0e36f275 (patch)
tree9fdca98d012bfae3d2d0f58de54bd793da9ba37f
parent9345bc16105b63c69f9631efe52fb6d1258dae0b (diff)
downloadforums-b9fccc9fcef598ae62e0fbc33f3ad0da0e36f275.tar
forums-b9fccc9fcef598ae62e0fbc33f3ad0da0e36f275.tar.gz
forums-b9fccc9fcef598ae62e0fbc33f3ad0da0e36f275.tar.bz2
forums-b9fccc9fcef598ae62e0fbc33f3ad0da0e36f275.tar.xz
forums-b9fccc9fcef598ae62e0fbc33f3ad0da0e36f275.zip
[ticket/16221] Fix ACP statistics layout
PHPBB3-16221
-rw-r--r--phpBB/adm/style/acp_main.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_main.html b/phpBB/adm/style/acp_main.html
index f874d0cc22..5416675200 100644
--- a/phpBB/adm/style/acp_main.html
+++ b/phpBB/adm/style/acp_main.html
@@ -98,7 +98,7 @@
<table class="table1 zebra-table no-header" data-no-responsive-header="true">
<thead>
<tr>
- <th>{{ lang('STATISTIC}') }}</th>
+ <th>{{ lang('STATISTIC') }}</th>
<th>{{ lang('VALUE') }}</th>
</tr>
</thead>
@@ -159,7 +159,7 @@
<table class="table1 zebra-table no-header" data-no-responsive-header="true">
<thead>
<tr>
- <th>{{ lang('STATISTIC}') }}</th>
+ <th>{{ lang('STATISTIC') }}</th>
<th>{{ lang('VALUE') }}</th>
</tr>
</thead>