mirror of
https://github.com/vrana/adminer.git
synced 2026-03-06 12:31:45 +01:00
XHTML syntax errors (thanks to kozotoc)
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@491 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -48,7 +48,7 @@ $source = get_vals("SHOW COLUMNS FROM " . idf_escape($_GET["foreign"])); //! no
|
||||
$target = ($_GET["foreign"] === $row["table"] ? $source : get_vals("SHOW COLUMNS FROM " . idf_escape($row["table"])));
|
||||
?>
|
||||
|
||||
<script type="text/javascript">
|
||||
<script type="text/javascript">// <![CDATA[
|
||||
function add_row(field) {
|
||||
var row = field.parentNode.parentNode.cloneNode(true);
|
||||
var selects = row.getElementsByTagName('select');
|
||||
@@ -59,7 +59,7 @@ function add_row(field) {
|
||||
field.parentNode.parentNode.parentNode.appendChild(row);
|
||||
field.onchange = function () { };
|
||||
}
|
||||
</script>
|
||||
// ]]></script>
|
||||
|
||||
<form action="" method="post">
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user