#3461: bug in HTML tag parsing
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |       Owner:  jonas
     Type:  defect     |      Status:  new  
 Priority:  normal     |   Milestone:       
Component:  general    |     Version:  0.9.3
 Severity:  normal     |    Keywords:       
-----------------------+----------------------------------------------------
 If a message is quoted in an HTML box as follows:
 -------------------------------
 <div style="height:150px; overflow:auto; border: 1px solid #000000">
 <pre>
 From:  John Doe <[EMAIL PROTECTED]>
 Subject:  Test

 This is a test message.
 </pre>
 </div>
 -------------------------------
 then there is a problem in that the <[EMAIL PROTECTED]> part is interpreted
 as an HTML tag, although it should not be, since it is between <pre></pre>
 tags.  As a result, the error "HTML parsing error: malformed start tag" is
 generated by trac.

-- 
Ticket URL: <http://trac.edgewall.org/ticket/3461>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to