Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@novell.com>2011-02-02 18:40:48 +0300
committerMichal Čihař <mcihar@novell.com>2011-02-02 18:40:48 +0300
commit38b4d8fd184008969b7324f13176260068878eba (patch)
tree2f17966cf3a228969b5bed75f65cbf7b8bcc9554 /server_synchronize.php
parentc7c774f7b8f2bb8028f56e1fd2ae59a8d42a6e2f (diff)
Use caption instead of tr/th for table caption
Diffstat (limited to 'server_synchronize.php')
-rw-r--r--server_synchronize.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/server_synchronize.php b/server_synchronize.php
index 32a6cb5338..0c0710923d 100644
--- a/server_synchronize.php
+++ b/server_synchronize.php
@@ -1111,9 +1111,7 @@ if (isset($_REQUEST['synchronize_db'])) {
}
?>
<table id="serverconnection_<?php echo $type; ?>_remote" class="data">
- <tr>
- <th colspan="2"><?php echo $database_header; ?></th>
- </tr>
+ <caption class="tblHeaders"><?php echo $database_header; ?></caption>
<tr class="odd">
<td colspan="2" style="text-align: center">
<select name="<?php echo $type; ?>_type" id="<?php echo $type; ?>_type" class="server_selector">