diff options
author | ivan <ivan> | 2008-07-14 23:59:51 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-07-14 23:59:51 +0000 |
commit | c5f5eabe3a37c29f2e53402392e6cec61be00c15 (patch) | |
tree | 04e20490f2216e4234a7b49a1cb6c50f71d212d9 | |
parent | bf6ffa84af7cd733511dc87aff86264f10a21b22 (diff) |
fuck embedded iframes and their stupid display problems with scrolling. also make the gridding more consistent
-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'); |