Be valid XHTML.

This commit is contained in:
Michal Čihař
2004-04-27 11:54:54 +00:00
parent ea13babc3a
commit 04229e997f
14 changed files with 167 additions and 141 deletions

View File

@@ -47,8 +47,8 @@ if ($cfg['AllowUserDropDatabase']) {
. '&zero_rows='
. urlencode(sprintf($strDatabaseHasBeenDropped, htmlspecialchars(PMA_backquote($db))))
. '&goto=main.php&back=db_details' . $sub_part . '.php&reload=1&purge=1';
$att5 = 'class="drop" '
. 'onclick="return confirmLinkDropDB(this, \'DROP DATABASE ' . PMA_jsFormat($db) . '\')"';
$att5 = 'onclick="return confirmLinkDropDB(this, \'DROP DATABASE ' . PMA_jsFormat($db) . '\')"';
$class5 = 'drop';
}
else {
$lnk5 = '';
@@ -75,7 +75,7 @@ echo PMA_printTab($strQBE, ($num_tables > 0) ? 'db_details_qbe.php' : '', $url_q
// Displays drop link
if ($lnk5) {
echo PMA_printTab($strDrop, $lnk5, $arg5, $att5);
echo PMA_printTab($strDrop, $lnk5, $arg5, $att5, $class5);
} // end if
echo "\n";