mirror of
https://github.com/phpbb/phpbb.git
synced 2025-09-02 12:53:37 +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:
@@ -55,7 +55,7 @@
|
||||
<div class="forumbg forumbg-table">
|
||||
<div class="inner">
|
||||
|
||||
<table class="table1" cellspacing="1" id="memberlist">
|
||||
<table class="table1" id="memberlist">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="name"><span class="rank-img"><a href="{U_SORT_RANK}">{L_RANK}</a></span><a href="{U_SORT_USERNAME}"><!-- IF S_SHOW_GROUP and .memberrow -->{L_GROUP_LEADER}<!-- ELSE -->{L_USERNAME}<!-- ENDIF --></a></th>
|
||||
@@ -85,7 +85,7 @@
|
||||
<div class="forumbg forumbg-table">
|
||||
<div class="inner">
|
||||
|
||||
<table class="table1" cellspacing="1">
|
||||
<table class="table1">
|
||||
<thead>
|
||||
<tr>
|
||||
<!-- IF not S_LEADERS_SET -->
|
||||
|
Reference in New Issue
Block a user