Hi, when this line is comment out, the content of the text box looks ok. I was just curious whether this had some functionality which I was not aware of.
Thank you for clarifying this. Stephan On Mon, Apr 19, 2010 at 12:35:16PM -0400, Yaron Koren wrote: > 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( '"', '"', $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® 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® 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
