mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 18:54:08 +02:00
[ticket/15927] Fix render issue
PHPBB3-15927
This commit is contained in:
@@ -93,9 +93,9 @@
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- EVENT acp_main_notice_after -->
|
||||
|
||||
|
||||
<div class="lside">
|
||||
<table class="table1 zebra-table no-header " data-no-responsive-header="true">
|
||||
<table class="table1 zebra-table no-header" data-no-responsive-header="true">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{L_STATISTIC}</th>
|
||||
@@ -141,9 +141,7 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="lside" >
|
||||
<table class="table1 zebra-table no-header" data-no-responsive-header="true" >
|
||||
<table class="table1 zebra-table no-header" data-no-responsive-header="true">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{L_STATISTIC}</th>
|
||||
|
Reference in New Issue
Block a user