diff --git a/adminer/include/editing.inc.php b/adminer/include/editing.inc.php index 3994bf0a..53c9b159 100644 --- a/adminer/include/editing.inc.php +++ b/adminer/include/editing.inc.php @@ -623,7 +623,7 @@ function doc_link($paths, $text = "?") { $urls['sql'] = "https://mariadb.com/kb/en/"; $paths['sql'] = (isset($paths['mariadb']) ? $paths['mariadb'] : str_replace(".html", "/", $paths['sql'])); } - return ($paths[$jush] ? "$text" : ""); + return ($paths[$jush] ? "$text" : ""); } /** Wrap gzencode() for usage in ob_start()