Hi,

That could be an unnecessary line - there were some changes made to
character escaping in SF, but I never tested them with FCK, sadly. If you
comment out that line, does the form function correctly?

-Yaron


On Mon, Apr 19, 2010 at 11:02 AM, Stephan Robotta <[email protected]>wrote:

> 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
>



-- 
WikiWorks · MediaWiki Consulting · http://wikiworks.com
------------------------------------------------------------------------------
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