HI,
i have pluged the editor with zope ZMI, this enable me to use it with an admin account.
the problem that i found, the the editor translate all zope tags as html tags, for exemple:
To print a variable we write : <dtml-var VAR1>
after saving or showing the source with view source button, the tag is changed as:
<dtml-var></dtml-var> and this is a wrong syntaxe for ZOPE.
how can i do a control to stop this probleme, is there any solution?
thx.
i have pluged the editor with zope ZMI, this enable me to use it with an admin account.
the problem that i found, the the editor translate all zope tags as html tags, for exemple:
To print a variable we write : <dtml-var VAR1>
after saving or showing the source with view source button, the tag is changed as:
<dtml-var></dtml-var> and this is a wrong syntaxe for ZOPE.
how can i do a control to stop this probleme, is there any solution?
thx.