Hello,

In one of the pages I have a div element with attributes:
<div style="position:relative; margin: 0 0 0.5em 0; border-collapse:
collapse; border: 0px; background: rgb(255,255,255);  width: 60%;">
.. some wiki text ...
</div>

Using semantic forms 1.9. this part will be loaded in the free text area
in my form.
However because of line 1205 in SF_FormPrinter.inc which reads like
this:
$free_text = str_replace( '"', '&quot;', $free_text );
the page content is messed up.
Is there any reason why the " are replaced with the html entity?

Best regards,
Stephan

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Semediawiki-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel

Reply via email to