mirror of
https://github.com/vrana/adminer.git
synced 2026-01-04 23:00:38 +01:00
Delete type="text/javascript" from <script> as it is the default in HTML5
This commit is contained in:
@@ -21,6 +21,6 @@ if ($adminer->homepage()) {
|
||||
}
|
||||
|
||||
echo "</table>\n";
|
||||
echo "<script type='text/javascript'>tableCheck();</script>\n";
|
||||
echo "<script>tableCheck();</script>\n";
|
||||
echo "</form>\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user