Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Author image results in "<" and ">" being rendered as "&lt;" and "&gt;" #9

Open
ingosiegert opened this issue Nov 5, 2023 · 0 comments

Comments

@ingosiegert
Copy link

I installed the aura authors plugin as described and also added an Author Image, naming scheme: "Firstname Lastname.png"

But instead of seeing the image, I just see the following text:

<img alt="Firstname Lastname" class="author-image" src="/user/images/Firstname Lastname.png" />

By inspecting with the HTML-code, I realized, that the "<" and ">" are misrendered:

&lt;img alt=&quot;Firstname Lastname&quot; class=&quot;author-image&quot; src=&quot;/user/images/Firstname Lastname.png&quot; /&gt;

Where's my mistake?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant