diff options
author | ivan <ivan> | 2008-07-14 23:59:50 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-07-14 23:59:50 +0000 |
commit | c5aad5e2589691f4e5db25e0e95b4574acbcaafb (patch) | |
tree | 4dac5448240400fadacf5c9892aac1980e398305 | |
parent | efb850eae1c0aae3b43483bd73a7824b105357db (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'); |