Skip to content

Commit

Permalink
fix: corrected outut of error message (#3296)
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Dec 21, 2024
1 parent 7ece84a commit f0a1c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpmyfaq/assets/templates/default/login.twig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</p>
{% endif %}

{{ loginMessage }}
{{ loginMessage | raw }}

<div id="phpmyfaq-login" class="mb-5">
<div id="phpmyfaq-login-content">
Expand Down

0 comments on commit f0a1c0a

Please sign in to comment.