-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Viewing the revisions of a post, the user avatar has a broken path, as you can see in the image below:

Using Chrome Devtools I can inspect the URL and this is what have there:
<div class="avatar-container">
<a href="./../../memberlist.php?mode=viewprofile&u=30943" class="avatar">
<img class="avatar" src="./images/avatars/random/no_avatar17.png" width="160" height="200" alt="Avatar do usuário" title="Avatar do usuário ProfLaplace">
</a>
</div>
The href
for the link is correct, with ./../../
. But, in the img
tag there is only ./
. It should be ./../../
in the img
tag as well.
I am using phpBB 3.3.12 with Prime Post Revisions 1.0.6.
Is there something that I am doing wrong here?
Kind regards,
Metadata
Metadata
Assignees
Labels
No labels