Actions
Defect #14895
closedInline images in issue description are missing path
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="">
Updated by Hans Ginzel almost 12 years ago
Also the alt attribute is empty and not taken from the description of the attachment if available.
Updated by Go MAEDA almost 7 years ago
- Status changed from New to Closed
- Resolution set to Invalid
I cannot reproduce it with Redmine 3.4.
Actions