From 8e3fbcc01488d848f1f9b9b76c4f464568928295 Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Tue, 22 Oct 2024 15:56:45 +0300 Subject: [PATCH] Fix indent --- authentic.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentic.pl b/authentic.pl index ee466c30d..520becfca 100644 --- a/authentic.pl +++ b/authentic.pl @@ -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);