ui_hr
authorJoe Cooper <joe@virtualmin.com>
Sat, 10 May 2008 02:35:47 +0000 (02:35 +0000)
committerJoe Cooper <joe@virtualmin.com>
Sat, 10 May 2008 02:35:47 +0000 (02:35 +0000)
dovecot/index.cgi

index 2d55487..491fcec 100755 (executable)
@@ -39,7 +39,7 @@ if (!-r $config{'dovecot_config'}) {
 &icons_table(\@links, \@titles, \@icons, scalar(@titles));
 
 # Show start/stop and atboot buttons
-print "<hr>\n";
+print &ui_hr();
 print &ui_buttons_start();
 
 if (&is_dovecot_running()) {