mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-25 09:30:46 +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:
@@ -21,7 +21,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<table cellspacing="1" class="table1">
|
||||
<table class="table1">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{L_USERNAME}</th>
|
||||
|
Reference in New Issue
Block a user