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 l
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 wrote:
> Hello,
>
> In one of the
Hello,
In one of the pages I have a div element with attributes:
.. some wiki text ...
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 );