Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Oct 22, 2024
1 parent e2c65cd commit 8e3fbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authentic.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1182,7 +1182,7 @@ sub theme_ui_opt_textbox
{
my ($name, $value, $size, $opt1, $opt2, $dis, $extra, $max, $tags, $type) = @_;
my $dis1 = &js_disable_inputs([$name, (defined($extra) ? @$extra : ())], []);
my $dis2 = &js_disable_inputs([], [$name, (defined($extra) ? @$extra : ())]);
my $dis2 = &js_disable_inputs([], [$name, (defined($extra) ? @$extra : ())]);
my $rv;
$type ||= 'text';
$size = &ui_max_text_width($size);
Expand Down

0 comments on commit 8e3fbcc

Please sign in to comment.