spacing
authorivan <ivan>
Sat, 8 Jan 2011 23:30:34 +0000 (23:30 +0000)
committerivan <ivan>
Sat, 8 Jan 2011 23:30:34 +0000 (23:30 +0000)
httemplate/view/cust_main/change_history.html

index 78ff67c..8fc90f6 100644 (file)
@@ -272,7 +272,7 @@ die "access deined"
   unless $curuser->access_right('View customer history');
 
 my $cust_pkg_date_format = '%b %o, %Y';
-$cust_pkg_date_format .= '%l:%M:%S%P'
+$cust_pkg_date_format .= ' %l:%M:%S%P'
   if $conf->exists('cust_pkg-display_times')
   || $curuser->option('cust_pkg-display_times');