XHTML 1.0 trans. compliance and more semantic XHTML output

This commit is contained in:
Sebastian Mendel
2005-10-11 11:49:17 +00:00
parent b4928863ff
commit 3143135a5c
13 changed files with 975 additions and 1305 deletions

View File

@@ -111,7 +111,7 @@ function PMA_sqlQueryForm( $query = true, $display_tab = false ) {
<form method="post" id="sqlqueryform"
target="phpmain<?php echo md5( $GLOBALS['cfg']['PmaAbsoluteUri'] ); ?>"
action="import.php"<?php echo $enctype; ?> name="sqlform"
onsubmit="this.target=window.opener.parent.frames[2].name;
onsubmit="this.target=window.opener.parent.frames[1].name;
return checkSqlQuery(this);" >
<?php
} else {