Hi,

in my yml's I have elements like this:

- type: Text
  name: foo
  comment_xml:
    <img class="foo" src="someimage.png" alt="foo"/>
    <div>
      <div class="foodiv1">foobar</div>
      <div class="foodiv2">
        foo: bar
      </div>
    </div>

This produces a 'Syck parser' error message because of ': ' inside of 'foo: 
bar' (i.e. a colon followed by space).

Workaround: replace ': ' with ':&nbsp;'.

I don't know if that's a bug of HTML::FormFu, if it can be fixed or if we have 
to live with the workaround. I just wanted to point that problem out. The 
workaround works fine for me :)

Jens
-- 
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 -
sicherer, schneller und einfacher! http://portal.gmx.net/de/go/atbrowser

_______________________________________________
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