Project

General

Profile

Actions

Defect #14895

closed

Inline images in issue description are missing path

Added by Eduardo Kortright almost 12 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Issues
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

In the issue description, references to attached image files (for example, !file.png!) result in images with src attributes of file.png, displayed by the browser with a broken image icon.

<img src="file.png" alt="">

In comments, the same reference (!file.png!) results in the correct relative path to the attached file (for example, /attachments/download/2/file.png).

<img src="/attachments/download/2/file.png" alt="">
Actions

Also available in: Atom PDF