mirror of
https://github.com/vrana/adminer.git
synced 2026-01-16 04:23:21 +01:00
Wrap long line
This commit is contained in:
@@ -23,7 +23,10 @@ class AdminerLoginOtp {
|
||||
|
||||
function loginFormField($name, $default) {
|
||||
if ($name == 'password') {
|
||||
return $default . "<tr><th><acronym title='One Time Password' lang='en'>OTP</acronym><td><input type='number' name='auth[otp]' value='" . h($_SESSION["otp"]) . "' size='6' autocomplete='off'>\n";
|
||||
return $default
|
||||
. "<tr><th><acronym title='One Time Password' lang='en'>OTP</acronym>"
|
||||
. "<td><input type='number' name='auth[otp]' value='" . h($_SESSION["otp"]) . "' size='6' autocomplete='off'>\n"
|
||||
;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user