1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 07:21:30 +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:
Matt Friedman
2013-10-19 08:55:13 -07:00
parent 5d49a8f06e
commit 546332b141
13 changed files with 19 additions and 19 deletions

View File

@@ -33,7 +33,7 @@
<h3>{L_MOST_WARNINGS}</h3>
<!-- IF .highest -->
<table class="table1" cellspacing="0">
<table class="table1">
<thead>
<tr>
<th class="name">{L_USERNAME}</th>
@@ -67,7 +67,7 @@
<h3>{L_LATEST_WARNINGS}</h3>
<!-- IF .latest -->
<table class="table1" cellspacing="0">
<table class="table1">
<thead>
<tr>
<th class="name">{L_USERNAME}</th>