rehamaltamimi / gwtwiki

Automatically exported from code.google.com/p/gwtwiki
0 stars 0 forks source link

source code comments in source tags not rendered #67

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. i am trying the display some comments within a code snippet with the source 
tag (using lang=xml or lang=html4strict). the snippet looks like:

<source lang="xml">
<ui:remove>
   <!-- das ist der kommentar -->
</ui:remove>
</source>

What is the expected output? What do you see instead?

i expect that the ui:remove tag is rendered as well as the comment between the 
ui:remove tag (the comment is there for documentation purposes). currently the 
comment between the ui:remove tags is missing and not rendered at all.

What version of the product are you using? On what operating system?

vosao cms 0.8

Please provide any additional information below.

the problem occurs at least with lang=xml and lang=html4strict

if you need more information, please tell me.

Original issue reported on code.google.com by andreas....@gmail.com on 9 May 2011 at 5:12

GoogleCodeExporter commented 8 years ago
Fixed with r3364 

Original comment by axelclk@gmail.com on 14 May 2011 at 11:10