mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 15:47:00 +02:00
Delete type="text/javascript" from <script> as it is the default in HTML5
This commit is contained in:
@@ -519,7 +519,7 @@ if (!$columns && support("table")) {
|
||||
echo "</div></fieldset>\n";
|
||||
}
|
||||
|
||||
echo (!$group && $select ? "" : "<script type='text/javascript'>tableCheck();</script>\n");
|
||||
echo (!$group && $select ? "" : "<script>tableCheck();</script>\n");
|
||||
}
|
||||
|
||||
if ($adminer->selectImportPrint()) {
|
||||
|
Reference in New Issue
Block a user