[Tickets #8581] Re: View HTML attach do not render anything
bugs at horde.org
bugs at horde.org
Fri Sep 25 16:24:31 UTC 2009
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/8581
------------------------------------------------------------------------------
Ticket | 8581
Updated By | Jan Schneider <jan at horde.org>
Summary | View HTML attach do not render anything
Queue | IMP
Version | Git master
Type | Bug
State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
Jan Schneider <jan at horde.org> (2009-09-25 12:24) wrote:
The reason is that we match [^>] to find the end of the bad string,
because this is the only safe match (end of tag). We can't match [^'"]
because the offending attribute might not be closed with a quote.
More information about the bugs
mailing list