mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-19 23:11:45 +02:00
[ticket/11935] Remove obsolete table attributes from Prosilver
cellpadding, cellspacing, border are obsolete table attributes. They are handled by CSS already using table and .table1 PHPBB3-11935
This commit is contained in:
@@ -147,7 +147,7 @@
|
||||
|
||||
<h3>{L_LATEST_LOGS}</h3>
|
||||
|
||||
<table class="table1" cellspacing="0">
|
||||
<table class="table1">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="name">{L_ACTION}</th>
|
||||
|
Reference in New Issue
Block a user