Opened 7 years ago
Last modified 3 years ago
#14161 new bug
Blogs read in the forum are missing images
Reported by: | humdinger | Owned by: | kallisti5 |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Website/Forums | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
When you read a blog following a link in the forums, the links to images are messed up. When read from the main website, they are OK. Compare:
- Forum: https://discuss.haiku-os.org/t/gsoc-2018-trackgit-progress-report-3-haiku-project/
- Website: https://www.haiku-os.org/blog/hrily/2018-05-21_gsoc_2018_-_trackgit_progress_report_3/
The image links:
- Forum: <img src="https://www.haiku-os.org../../../files/blog/hrily/Clone-Window.jpg"> (not OK)
- Website: <img src="../../../files/blog/hrily/Clone-Window.jpg" alt="Clone-Window"> (OK)
Note:
See TracTickets
for help on using tickets.
Looks like this issue is still occuring. Is there anyone that could fix this?