XHTML fixes

This commit is contained in:
Alexander M. Turek
2003-05-30 20:54:02 +00:00
parent fd7b853c9d
commit 02f7e3df0f
2 changed files with 6 additions and 5 deletions

View File

@@ -1701,8 +1701,8 @@ h1 {font-family: sans-serif; font-size: large; font-weight: bold}
if ($cfg['LightTabs']) {
$out = '';
if (strlen($link) > 0) {
$out .= '<a href="' . $link . $sep . $args . '"' . $attr . '>'
. '<nobr><b>' . $text . '</b></a></nobr>';
$out .= '<nobr><a href="' . $link . $sep . $args . '"' . $attr . '>'
. '<b>' . $text . '</b></a></nobr>';
} else {
$out .= '<nobr><b>' . $text . '</b></nobr>';
}
@@ -1712,8 +1712,8 @@ h1 {font-family: sans-serif; font-size: large; font-weight: bold}
. '<td bgcolor="' . $bgcolor . '" align="center" width="64" nowrap="nowrap" class="tab">'
. "\n" . ' ';
if (strlen($link) > 0) {
$out .= '<a href="' . $link . $sep . $args . '"' . $attr . '>'
. '<nobr><b>' . $text . '</b></a></nobr>';
$out .= '<nobr><a href="' . $link . $sep . $args . '"' . $attr . '>'
. '<b>' . $text . '</b></a></nobr>';
} else {
$out .= '<nobr><b>' . $text . '</b></nobr>';
}