Overview
Artifact ID: | b9c0a2ad5ac5593bbc8e6d844830aa8eb8130392 |
---|---|
Ticket: | e4da774beb079adbb2e2966731eb98a41f0283e8
incorrect quote handling for HTML tag elements |
User & Date: | stephan 2009-11-30 13:36:33 |
Changes
- comment changed 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.
- foundin changed to: "732d7c406e"
- private_contact changed to: "2edb82a5674981933f7e518c88a68d6e79e01a98"
- severity changed to: "Minor"
- status changed to: "Open"
- title changed to: "incorrect quote handling for HTML tag elements"
- type changed to: "Code_Defect"