diff --git a/libraries/common.lib.php b/libraries/common.lib.php
index 4539a001f..4d8c21d13 100644
--- a/libraries/common.lib.php
+++ b/libraries/common.lib.php
@@ -470,18 +470,18 @@ if ($is_minimum_common == FALSE) {
switch ($GLOBALS['cfg']['MySQLManualType']) {
case 'old':
if ($GLOBALS['cfg']['ReplaceHelpImg']) {
- return '';
+ return '
';
}else{
return '[' . $GLOBALS['strDocu'] . ']';
}
case 'chapters':
if ($GLOBALS['cfg']['ReplaceHelpImg']) {
- return '
';
+ return '
';
} else {
return '[' . $GLOBALS['strDocu'] . ']'; }
case 'big':
if ($GLOBALS['cfg']['ReplaceHelpImg']) {
- return '
';
+ return '
';
} else {
return '[' . $GLOBALS['strDocu'] . ']';
}
@@ -490,7 +490,7 @@ if ($is_minimum_common == FALSE) {
case 'searchable':
default:
if ($GLOBALS['cfg']['ReplaceHelpImg']) {
- return '
';
+ return '
';
} else {
return '[' . $GLOBALS['strDocu'] . ']';
}
@@ -498,7 +498,7 @@ if ($is_minimum_common == FALSE) {
} else {
// no Type defined, show the old one
if ($GLOBALS['cfg']['ReplaceHelpImg']) {
- return '
';
+ return '
';
} else {
return '[' . $GLOBALS['strDocu'] . ']';
}
@@ -508,7 +508,7 @@ if ($is_minimum_common == FALSE) {
if (!empty($GLOBALS['cfg']['ManualBaseShort'])) {
// the old configuration
if ($GLOBALS['cfg']['ReplaceHelpImg']) {
- return '
';
+ return '
';
} else {
return '[' . $GLOBALS['strDocu'] . ']';
}
@@ -557,10 +557,9 @@ if ($is_minimum_common == FALSE) {
}
// ---
echo "\n" . '' . "\n";
- //echo '
'. $GLOBALS['strError'] . '
' . "\n"; echo '' . $GLOBALS['strError'] . ' | ' . "\n"
+ . ' ' . $GLOBALS['strError'] . ' | ' . "\n"
. '
---|---|
'; |