XHTML 1.0 trans. compliance
This commit is contained in:
12
main.php
12
main.php
@@ -26,11 +26,13 @@ $item_img = $GLOBALS['pmaThemeImage'] . 'item_ltr.png';
|
||||
// Defines for MainPageIconic
|
||||
$str_iconic_list = '';
|
||||
$str_iconic_colspan = '';
|
||||
$str_normal_list = '<td valign="top" align="right" width="16"><img src="'.$item_img.'" border="0" hspace="2" vspace="5" /></td>';
|
||||
$str_normal_list = '<td valign="top" align="right" width="16">'
|
||||
.'<img src="'.$item_img.'" border="0" hspace="2" vspace="5" alt="*" /></td>';
|
||||
if ($cfg['MainPageIconic']) {
|
||||
$str_iconic_list .= "<td width=\"16\" valign=\"top\" align=\"center\" nowrap=\"nowrap\">%1\$s"
|
||||
. "<img src=\"" . $pmaThemeImage . "%2\$s\" border=\"0\" width=\"16\" height=\"16\" hspace=\"2\" alt=\"%3\$s\" />"
|
||||
. "%4\$s</td>";
|
||||
$str_iconic_list .= '<td width="16" valign="top" align="center" nowrap="nowrap">%1$s'
|
||||
.'<img src="' . $pmaThemeImage . '%2$s" border="0"'
|
||||
.' width="16" height="16" hspace="2" alt="%3$s" />'
|
||||
.'%4$s</td>';
|
||||
$str_iconic_colspan .= ' colspan="2"';
|
||||
} else {
|
||||
$str_iconic_list = '';
|
||||
@@ -580,7 +582,7 @@ echo "\n";
|
||||
</tr>
|
||||
<tr>
|
||||
<?php
|
||||
echo '<td><img src="' .$GLOBALS['pmaThemeImage'] . 'spacer.png' . '" width="1" height="1" border="0" /></td>';
|
||||
echo '<td><img src="' .$GLOBALS['pmaThemeImage'] . 'spacer.png' . '" width="1" height="1" border="0" alt="" /></td>';
|
||||
?>
|
||||
<td nowrap="nowrap">
|
||||
[<a href="changelog.php" target="_blank">ChangeLog</a>]
|
||||
|
Reference in New Issue
Block a user