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@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

Reply via email to