Commit 9c09789b authored by Sébastien Chopin's avatar Sébastien Chopin

fix: Use v-html

parent 99f6efc0
......@@ -10,7 +10,7 @@
<li>
<span class="label">Karma:</span> {{ user.karma || '-' }}
</li>
<li v-if="user.about" class="about" v-text="user.about" />
<li v-if="user.about" class="about" v-html="user.about" />
</ul>
</lazy-wrapper>
<p class="links">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment