On Sun, 14 Jan 2007 17:40:37 -0700, "Justin Frydman" <[EMAIL PROTECTED]> wrote: > Hey all, > > We just upgraded and we send html invoices out. The invoice template for > these have not been adjusted but now looks like roundcube is not rendering > the html properly anymore. > > Getting things right in the message like: __removed=red> > > and > > *__removed=https: > > Any ideas? > > * > >
This came up on the user list as well. Someone posted a link to the following ticket. http://trac.roundcube.net/trac.cgi/ticket/1484200 Commenting out line 1168 of program/steps/func.inc and adding the following as per Thomas preferred fix in that ticket seems to fix it for me. $body = preg_replace('/(<[^!][^>]*?\s)(on\w+?)(=[^>]*?>)/im', '$1__removed=$3', $body); Rob. PS I should mention this is on Linux with Firefox.
