From: Will Budicm Date: Sat, 26 Dec 2020 21:03:20 +0000 (+1100) Subject: Fixed large accidental RTF image bleedout. X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=ca8bdb7c47b5cb2ac83793fa4647061c36288c81;p=LifeLog.git Fixed large accidental RTF image bleedout. --- diff --git a/htdocs/cgi-bin/main.cgi b/htdocs/cgi-bin/main.cgi index c5911e5..065fea4 100755 --- a/htdocs/cgi-bin/main.cgi +++ b/htdocs/cgi-bin/main.cgi @@ -673,8 +673,9 @@ sub buildLog { if ( $rtf > 0 ) { $log_output .= qq( - -
+ # Left here style, is complex and css file might cache. +
);