Fix layout, take 2
authorJamie Cameron <jcameron@webmin.com>
Mon, 16 Feb 2009 02:40:35 +0000 (02:40 +0000)
committerJamie Cameron <jcameron@webmin.com>
Mon, 16 Feb 2009 02:40:35 +0000 (02:40 +0000)
fetchmail/edit_cron.cgi

index fa1bf4b..7c02455 100755 (executable)
@@ -64,7 +64,9 @@ print &ui_table_row($text{'cron_enabled'},
 
 $job ||= { 'special' => 'hourly' };
 print &ui_table_row(undef,
-       &capture_function_output(\&cron::show_times_input, $job));
+       "<table>".
+       &capture_function_output(\&cron::show_times_input, $job).
+       "</table>");
 
 print &ui_table_end();
 print &ui_form_end([ [ undef, $text{'save'} ] ]);