[html-formfu] Quick question

Doug Orleans dougorleans at gmail.com
Tue Sep 6 05:17:06 GMT 2011


Try content_xml instead of content.

http://search.cpan.org/~perler/HTML-FormFu-0.09004/lib/HTML/FormFu/Element/Block.pm#content_xml

--Doug

On Tue, Sep 6, 2011 at 12:42 AM, George Hrysanthopoulos
<xaos at darksmile.net> wrote:
> Hello everyone,
>
> can anyone tell me why this:
>
>   - type: Block
>     elements:
>     - type: Src
>       content: "<a href=\"linux\">lll</a>"
>
> Produces this:
>
> <div>&lt;a href=&#34;linux&#34;&gt;lll&lt;/a&gt;</div>
>
> Instead of:
> <div><a href="linux">lll</a></div>
>
>
> All I want to do is add a few HTML tags between checkboxes.
>
> -George H.
>
> _______________________________________________
> HTML-FormFu mailing list
> HTML-FormFu at lists.scsys.co.uk
> http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu
>



More information about the HTML-FormFu mailing list