On 30/08/10 05:17, Simon Ruderich wrote:
Hi,
Consider the following AsciiDoc snippet:
image:text[And some "quotes" here!]
This creates the following HTML:
<img src="text" alt="And some "quotes" here!" />
The quotes in alt aren't escaped which is invalid HTML. Is there
a way to fix this?
<img src="text" alt="And some "quotes" here!" />
See http://www.w3.org/TR/html4/intro/sgmltut.html#h-3.2.2
Cheers, Stuart
Thanks,
Simon
--
You received this message because you are subscribed to the Google Groups
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/asciidoc?hl=en.