mirror of
https://github.com/e107inc/e107.git
synced 2025-04-14 09:32:17 +02:00
value-length fix
This commit is contained in:
parent
504f79b71f
commit
f960364d7f
@ -778,7 +778,7 @@ $text .= "
|
||||
foreach($v as $tk=>$idk)
|
||||
{
|
||||
$opt['placeholder'] = $tk;
|
||||
$text .= "<br />".$frm->text('social_login['.$prov.'][keys]['.$tk.']', $pref['social_login'][$prov]['keys'][$tk],20,$opt);
|
||||
$text .= "<br />".$frm->text('social_login['.$prov.'][keys]['.$tk.']', $pref['social_login'][$prov]['keys'][$tk],100,$opt);
|
||||
}
|
||||
$text .= "</div>";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user