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ř <michal@cihar.com>2004-08-12 19:13:20 +0400
committerMichal Čihař <michal@cihar.com>2004-08-12 19:13:20 +0400
commitca5b16f654d28f6bcba33b1920f96004d8f9cba7 (patch)
tree53d37629581e5ae6e59cd6f35e1e4883850aa98a /themes.php
parent17c7340ba2a16323beacc62ac655b6d57a35c07c (diff)
Change look of adding fields into table (bug #991095).
I again did some XHTML validation, so removed few of most obvious errors, but there are still many, mostly missing alt attributtes for images and wrongly nested tags.
Diffstat (limited to 'themes.php')
-rw-r--r--themes.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes.php b/themes.php
index ebba8d5199..c848a65951 100644
--- a/themes.php
+++ b/themes.php
@@ -81,7 +81,7 @@ echo "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?".">";
<th class="tblHeaders"><b>phpMyAdmin - <?php echo ($strTheme ? $strTheme : 'Theme / Style'); ?></b></th>
</tr>
<tr>
- <td><img src="<?php echo $GLOBALS['pmaThemeImage'] . 'spacer.png'; ?>" width="1" height="1" border="0" /></td>
+ <td><img src="<?php echo $GLOBALS['pmaThemeImage'] . 'spacer.png'; ?>" width="1" height="1" border="0" alt="" /></td>
</tr>
<?php
if ($handleThemes = opendir($path_to_themes)) { // open themes
@@ -122,7 +122,7 @@ if ($handleThemes = opendir($path_to_themes)) { // open themes
</td>
</tr>
<tr>
- <td><img src="<?php echo $GLOBALS['pmaThemeImage'] . 'spacer.png'; ?>" width="1" height="1" border="0" /></td>
+ <td><img src="<?php echo $GLOBALS['pmaThemeImage'] . 'spacer.png'; ?>" width="1" height="1" border="0" alt="" /></td>
</tr>
<?php
} // end 'screen output'