mirror of
https://github.com/vrana/adminer.git
synced 2025-08-21 13:51:33 +02:00
Delete type="text/javascript" from <script> as it is the default in HTML5
This commit is contained in:
@@ -58,7 +58,7 @@ class Adminer {
|
||||
<tr><th><?php echo lang('Username'); ?><td><input type="hidden" name="auth[driver]" value="server"><input name="auth[username]" id="username" value="<?php echo h($_GET["username"]); ?>" autocapitalize="off">
|
||||
<tr><th><?php echo lang('Password'); ?><td><input type="password" name="auth[password]">
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
<script>
|
||||
focus(qs('#username'));
|
||||
</script>
|
||||
<?php
|
||||
|
Reference in New Issue
Block a user