XHTML fixes
This commit is contained in:
@@ -33,7 +33,8 @@ $Source$
|
||||
* libraries/common.lib.php3:
|
||||
- Removed check for default tab values: They are already checked in
|
||||
config_import.lib.php3;
|
||||
- Corrected config file revison.
|
||||
- Corrected config file revison;
|
||||
- XHTML fixes.
|
||||
|
||||
2003-05-29 Michal Cihar <nijel@users.sourceforge.net>
|
||||
* lang/czech: Updated.
|
||||
|
@@ -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>';
|
||||
}
|
||||
|
Reference in New Issue
Block a user