[EMAIL PROTECTED] writes: > Revision: 7077 > http://svn.sourceforge.net/qooxdoo/?rev=7077&view=rev > Author: wpbasti > Date: 2007-03-29 05:10:18 -0700 (Thu, 29 Mar 2007) > > Log Message: > ----------- > Optimized processing of <pre><code> blocks
Hi Sebastian, This seems broken to me. Anything inside of <pre></pre> should be presented literally; it's supposed to be preformatted and html tags should not be interpreted as html tags. This means that the actual text "<code>" should be displayed if it is within <pre>. To accomplish having the preformatted block being rendered in the 'code' style, this should be <code><pre>, not the other way around. This will require changes throughout the code, IIRC, to correct the usage of these. Cheers, Derrell ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
