Skip to content

Avatar broken in revision #31

@profcaju

Description

@profcaju

Viewing the revisions of a post, the user avatar has a broken path, as you can see in the image below:

broken_avatar

Using Chrome Devtools I can inspect the URL and this is what have there:

<div class="avatar-container">
	<a href="./../../memberlist.php?mode=viewprofile&amp;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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions