No extra line breaks

This commit is contained in:
Ilia
2022-06-21 17:24:57 +03:00
parent 71db92eb6e
commit c0acf5685a

View File

@ -92,10 +92,10 @@ else {
&ui_print_header(undef, $text{'passwd_title'}, "");
if (($user->{'user'} eq $remote_user || $user->{'user'} eq $base_remote_user) &&
!$main::session_id) {
print "<p>",&text('passwd_ok', "<tt>$user->{'user'}</tt>"),"<p>\n";
print &text('passwd_ok', "<tt>$user->{'user'}</tt>"),"\n";
}
else {
print "<p>",&text('passwd_ok2', "<tt>$user->{'user'}</tt>"),"<p>\n";
print &text('passwd_ok2', "<tt>$user->{'user'}</tt>"),"\n";
}
&ui_print_footer($in{'one'} ? ( "/", $text{'index'} )
: ( "", $text{'index_return'} ));