ui_hr
authorJoe Cooper <joe@virtualmin.com>
Sat, 10 May 2008 02:30:33 +0000 (02:30 +0000)
committerJoe Cooper <joe@virtualmin.com>
Sat, 10 May 2008 02:30:33 +0000 (02:30 +0000)
password_change.cgi

index 354989c..8c5b88f 100755 (executable)
@@ -137,11 +137,11 @@ print "<center><h3>",&text('password_done', "/"),"</h3></center>\n";
 sub pass_error
 {
 &header(undef, undef, undef, undef, 1, 1);
-print "<hr>\n";
+print &ui_hr();
 
 print "<center><h3>",$text{'password_err'}," : ",@_,"</h3></center>\n";
 
-print "<hr>\n";
+print &ui_hr();
 &footer();
 exit;
 }