Reverse the HTML escaping
- If you put some <> in your bio it gets translated to
<
and>
which is expected. - If there is some & in your bio it gets translated to
&
.
And pleroma-fe doesn’t reverse html-escape when editing the bio. Which is basically leading to <
being a &amp;lt;
after few iterations.
Edited by Haelwenn