#3461: bug in HTML tag parsing
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |        Owner:  jonas     
     Type:  defect     |       Status:  closed    
 Priority:  normal     |    Milestone:            
Component:  general    |      Version:  0.9.3     
 Severity:  normal     |   Resolution:  worksforme
 Keywords:             |  
-----------------------+----------------------------------------------------
Comment (by cboos):

 Maybe in this case, a more convenient alternative would be:
 {{{
 {{{
 #!html
 <div style="height:150px; overflow:auto; border: 1px solid #000000">
 <pre>
 }}}
 From: John Doe <[EMAIL PROTECTED]>
 Subject: Test

 This is a test message.
 {{{
 #!html
 </pre>
 </div>
 }}}
 }}}
 ----
 Which renders as:
 {{{
 #!html
 <div style="height:150px; overflow:auto; border: 1px solid #000000">
 <pre>
 }}}
 From: John Doe <[EMAIL PROTECTED]>
 Subject: Test

 This is a test message.
 {{{
 #!html
 </pre>
 </div>
 }}}

-- 
Ticket URL: <http://trac.edgewall.org/ticket/3461#comment:4>
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