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:
authorSebastian Mendel <cybot_tm@users.sourceforge.net>2005-10-12 20:09:44 +0400
committerSebastian Mendel <cybot_tm@users.sourceforge.net>2005-10-12 20:09:44 +0400
commitbea48c6e6dd93569ec7526a7b35db642cd282fc6 (patch)
treed0a826b878292b3f111f29b7688c6004e327c4ec /server_collations.php
parent9a4b88070561d1c795cb81a9221bdcc552aa69ea (diff)
XHTML compl.
Diffstat (limited to 'server_collations.php')
-rw-r--r--server_collations.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_collations.php b/server_collations.php
index 15b6ca7ea5..bee67d4453 100644
--- a/server_collations.php
+++ b/server_collations.php
@@ -19,7 +19,7 @@ require('./server_links.inc.php');
* Displays the sub-page heading
*/
echo '<h2>' . "\n"
- . ' ' . ($GLOBALS['cfg']['MainPageIconic'] ? '<img src="'. $GLOBALS['pmaThemeImage'] . 's_asci.png" border="0" hspace="2" align="middle" />' : '')
+ . ' ' . ($GLOBALS['cfg']['MainPageIconic'] ? '<img class="icon" src="'. $GLOBALS['pmaThemeImage'] . 's_asci.png" alt="" />' : '')
. '' . $strCharsetsAndCollations . "\n"
. '</h2>' . "\n";