mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Removed <label> from rememberme in signin shortcodes.
This commit is contained in:
@@ -168,7 +168,7 @@ class plugin_signin_signin_shortcodes extends e_shortcode
|
||||
}
|
||||
if ($pref['user_tracking'] !== "session")
|
||||
{
|
||||
return "<label for='autologin'><input type='checkbox' name='autologin' id='autologin' value='1' checked='checked' />" . ($parm ? $parm : "" . LAN_LOGINMENU_6 . "</label>");
|
||||
return "<input type='checkbox' name='autologin' id='autologin' value='1' checked='checked' />" . ($parm ? $parm : "" . LAN_LOGINMENU_6 );
|
||||
}
|
||||
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user