summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/view/cust_main/change_history.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/change_history.html b/httemplate/view/cust_main/change_history.html
index 78ff67ca4..8fc90f6b8 100644
--- a/httemplate/view/cust_main/change_history.html
+++ b/httemplate/view/cust_main/change_history.html
@@ -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');