diff options
-rwxr-xr-x | httemplate/view/cust_main/notes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/notes.html b/httemplate/view/cust_main/notes.html index f7b4ddb30..833c92e67 100755 --- a/httemplate/view/cust_main/notes.html +++ b/httemplate/view/cust_main/notes.html @@ -77,7 +77,7 @@ my (@notes) = $cust_main->notes(); sub note_datestr { my($note, $conf, $bgcolor) = @_ or return ''; - my $td = '<TD CLASS="grid" BGCOLOR="$bgcolor" ALIGN="right">'; + my $td = qq{<TD CLASS="grid" BGCOLOR="$bgcolor" ALIGN="right">}; my $format = "$td%b %o, %Y</TD>"; $format .= "$td%l:%M%P</TD>" if $conf->exists('cust_main_note-display_times'); |