Skip to content

Commit

Permalink
#5176 "ip" text box 45 characters
Browse files Browse the repository at this point in the history
CLOSES #5176
  • Loading branch information
Jimmi08 committed Jan 30, 2024
1 parent 27a4887 commit 4ad6640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e107_handlers/form_handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -6615,7 +6615,7 @@ public function renderElement($key, $value, $attributes, $required_data = array(
break;

case 'ip':
$ret = vartrue($parms['pre']).$this->text($key, e107::getIPHandler()->ipDecode($value), 32, $parms).vartrue($parms['post']);
$ret = vartrue($parms['pre']).$this->text($key, e107::getIPHandler()->ipDecode($value), 45, $parms).vartrue($parms['post']);
break;

case 'email':
Expand Down

0 comments on commit 4ad6640

Please sign in to comment.