diff --git a/ChangeLog b/ChangeLog index ae13f6839..b95591777 100755 --- a/ChangeLog +++ b/ChangeLog @@ -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 * lang/czech: Updated. diff --git a/libraries/common.lib.php3 b/libraries/common.lib.php3 index 4b78e4daa..75e0377c4 100644 --- a/libraries/common.lib.php3 +++ b/libraries/common.lib.php3 @@ -1701,8 +1701,8 @@ h1 {font-family: sans-serif; font-size: large; font-weight: bold} if ($cfg['LightTabs']) { $out = ''; if (strlen($link) > 0) { - $out .= '' - . '' . $text . ''; + $out .= '' + . '' . $text . ''; } else { $out .= '' . $text . ''; } @@ -1712,8 +1712,8 @@ h1 {font-family: sans-serif; font-size: large; font-weight: bold} . '' . "\n" . ' '; if (strlen($link) > 0) { - $out .= '' - . '' . $text . ''; + $out .= '' + . '' . $text . ''; } else { $out .= '' . $text . ''; }