@@ -, +, @@ Content tab --- admin/preferences.pl | 1 + 1 file changed, 1 insertion(+) --- a/admin/preferences.pl +++ a/admin/preferences.pl @@ -62,6 +62,7 @@ sub _get_chunk { my $name = $options{'pref'}; my $chunk = { name => $name, value => $value, type => $options{'type'} || 'input', class => $options{'class'} };; + $value //= ''; if ( $options{'class'} && $options{'class'} eq 'password' ) { $chunk->{'input_type'} = 'password'; --