XHTML fixes
This commit is contained in:
@@ -33,7 +33,8 @@ $Source$
|
|||||||
* libraries/common.lib.php3:
|
* libraries/common.lib.php3:
|
||||||
- Removed check for default tab values: They are already checked in
|
- Removed check for default tab values: They are already checked in
|
||||||
config_import.lib.php3;
|
config_import.lib.php3;
|
||||||
- Corrected config file revison.
|
- Corrected config file revison;
|
||||||
|
- XHTML fixes.
|
||||||
|
|
||||||
2003-05-29 Michal Cihar <nijel@users.sourceforge.net>
|
2003-05-29 Michal Cihar <nijel@users.sourceforge.net>
|
||||||
* lang/czech: Updated.
|
* lang/czech: Updated.
|
||||||
|
@@ -1701,8 +1701,8 @@ h1 {font-family: sans-serif; font-size: large; font-weight: bold}
|
|||||||
if ($cfg['LightTabs']) {
|
if ($cfg['LightTabs']) {
|
||||||
$out = '';
|
$out = '';
|
||||||
if (strlen($link) > 0) {
|
if (strlen($link) > 0) {
|
||||||
$out .= '<a href="' . $link . $sep . $args . '"' . $attr . '>'
|
$out .= '<nobr><a href="' . $link . $sep . $args . '"' . $attr . '>'
|
||||||
. '<nobr><b>' . $text . '</b></a></nobr>';
|
. '<b>' . $text . '</b></a></nobr>';
|
||||||
} else {
|
} else {
|
||||||
$out .= '<nobr><b>' . $text . '</b></nobr>';
|
$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">'
|
. '<td bgcolor="' . $bgcolor . '" align="center" width="64" nowrap="nowrap" class="tab">'
|
||||||
. "\n" . ' ';
|
. "\n" . ' ';
|
||||||
if (strlen($link) > 0) {
|
if (strlen($link) > 0) {
|
||||||
$out .= '<a href="' . $link . $sep . $args . '"' . $attr . '>'
|
$out .= '<nobr><a href="' . $link . $sep . $args . '"' . $attr . '>'
|
||||||
. '<nobr><b>' . $text . '</b></a></nobr>';
|
. '<b>' . $text . '</b></a></nobr>';
|
||||||
} else {
|
} else {
|
||||||
$out .= '<nobr><b>' . $text . '</b></nobr>';
|
$out .= '<nobr><b>' . $text . '</b></nobr>';
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user