mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-18 06:21:19 +02:00
[ticket/11935] Replace obsolete table attributes in Admin with CSS
PHPBB3-11935
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
|
||||
<br />
|
||||
|
||||
<table cellspacing="1" id="down">
|
||||
<table class="table1" id="down">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">{L_TOKENS}</th>
|
||||
@@ -90,7 +90,7 @@
|
||||
<fieldset class="tabulated">
|
||||
<legend>{L_ACP_BBCODES}</legend>
|
||||
|
||||
<table cellspacing="1" id="down">
|
||||
<table class="table1" id="down">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{L_BBCODE_TAG}</th>
|
||||
|
Reference in New Issue
Block a user