Modify ↓
#6299 closed defect (worksforme)
Images with quotes in their description won't render.
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | wiki system | Version: | 0.10.4 |
Severity: | minor | Keywords: | image macro |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Image with the description: Platform
Renders as: <a style="padding:0; border:none" href="/attachment/wiki/SomePage/someImage.jpg"><img src="/attachment/wiki/SomePage/someImage.jpg?format=raw" alt="Platform" title="torch Platform" /></a>
However, image with the description: "Platform"
Renders as: <a style="padding:0; border:none" href="/attachment/wiki/SomePage/someImage.jpg"></a>
Attachments (0)
Change History (3)
comment:1 by , 17 years ago
Keywords: | image macro added |
---|---|
Milestone: | → 0.11.1 |
Severity: | normal → minor |
comment:2 by , 17 years ago
comment:3 by , 17 years ago
Milestone: | 0.11.1 |
---|---|
Priority: | normal → low |
Resolution: | → worksforme |
Status: | new → closed |
worksforme then, as the problem is not serious enough for 0.10.5.
Note:
See TracTickets
for help on using tickets.
I believe the milestone for this should be changed to 0.10.5—this problem already doesn't exist in 0.11 since Genshi converts the quotes to the appropriate HTML character entities.