-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 1.4
-
Component/s: None
On the user Profile page, when showing a picture the following code is generated:
<img src="//download/attachments/4/stella.jpg" align="left">
It should be:
<img src="/download/attachments/4/stella.jpg" align="left">
(only one slash at the front of the image address)