| Summary | images with absolute references |
| Queue | Wicked |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | |
| Requester | martin (at) mein-horde (dot) de |
| Created | 07/14/2005 (7531 days ago) |
| Due | |
| Updated | 07/14/2005 (7531 days ago) |
| Assigned | |
| Resolved | 07/14/2005 (7531 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ images with absolute references
Queue ⇒ Wicked
New Attachment: wicked_image.patch
[[image /my/image.png]]
the following html is rendered
<img src="//my/image.png" alt="image.png"/>
The attached patch against
/wicked/lib/Text_Wiki/Render/Xhtml/Image.php soles this problem.