From: ivan Date: Mon, 14 Jul 2008 23:59:50 +0000 (+0000) Subject: fuck embedded iframes and their stupid display problems with scrolling. also make... X-Git-Tag: root_of_webpay_support~485 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=c5aad5e2589691f4e5db25e0e95b4574acbcaafb;p=freeside.git fuck embedded iframes and their stupid display problems with scrolling. also make the gridding more consistent --- 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 = ''; + my $td = qq{}; my $format = "$td%b %o, %Y"; $format .= "$td%l:%M%P" if $conf->exists('cust_main_note-display_times');