Ticket change
[
b9c0a2ad5a]
(rid 5682) by
stephan on
2009-11-30 13:36:33:
- Change comment to "If a wiki page contains HTML which uses attributes, e.g. a (FONT COLOR='red') tag, and the user (out of long-time pedantic habit) _properly_ quotes the attributes (as in the previous example), then fossil will output (FONT COLOR="'red'") (notice the extra quotes) to the browser, which results in browser-dependent behaviour (and is malformed HTML in any case).
To reproduce: add a FONT tag with a COLOR='red' (with the quotes) tag to a wiki entry, and then view the wiki page in a browser.
My assumption is that this affects all quoted HTML attributes, but i have so far only noticed it with the FONT tag."
- Change foundin to "732d7c406e"
- Change private_contact to "2edb82a5674981933f7e518c88a68d6e79e01a98"
- Change severity to "Minor"
- Change status to "Open"
- Change title to "incorrect quote handling for HTML tag elements"
- Change type to "Code_Defect"