mirror of
https://github.com/vrana/adminer.git
synced 2026-04-11 23:18:19 +02:00
Delete type="text/javascript" from <script> as it is the default in HTML5
This commit is contained in:
@@ -61,7 +61,7 @@ function connect_error() {
|
||||
. "</div></fieldset>\n"
|
||||
: ""
|
||||
);
|
||||
echo "<script type='text/javascript'>tableCheck();</script>\n";
|
||||
echo "<script>tableCheck();</script>\n";
|
||||
echo "<input type='hidden' name='token' value='$token'>\n";
|
||||
echo "</form>\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user