while I'm trying to update a Note content from my app, I get this error:
ENML_VALIDATION: Attribute "unselectable" must be declared for element type "img".
although my IMG tag does have unselectable="on" attribute (and it's just an <img src="..">, not a resource..).
here is what my IMG tag looks like:
<img src="....." unselectable="on" style="">
and here is the full content I'm trying to upload:
http://pastie.org/4119874
any hints are welcome.
j












