diff --git a/index.php b/index.php index 0263c4ae..8d2fce9f 100644 --- a/index.php +++ b/index.php @@ -1,5 +1,5 @@ "; echo "" . htmlspecialchars($row["ROUTINE_TYPE"]) . ""; - echo '' . htmlspecialchars($row["ROUTINE_NAME"]) . ''; + echo '' . htmlspecialchars($row["ROUTINE_NAME"]) . ''; echo "
" . htmlspecialchars($row["ROUTINE_DEFINITION"]) . "
"; echo "\n"; } diff --git a/table.inc.php b/table.inc.php index b4e04e71..d97eef4b 100644 --- a/table.inc.php +++ b/table.inc.php @@ -18,7 +18,7 @@ if (!$result) { echo "

"; echo '' . lang('Alter table') . ''; - echo ($auto_increment_only ? '' : ' ' . lang('Default values') . ''); echo "

\n"; echo "

" . lang('Indexes') . "

\n";