mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 15:19:32 +00:00
Ensure correct text formatting
This commit is contained in:
parent
0fee70eeba
commit
aae0e51154
7 changed files with 33 additions and 22 deletions
|
|
@ -18,7 +18,7 @@
|
|||
<div class="profile-bio">
|
||||
#if profile.bio.len > 0:
|
||||
<div class="profile-bio">
|
||||
<p>${linkifyText(xmltree.escape(profile.bio))}</p>
|
||||
<p>${linkifyText(profile.bio)}</p>
|
||||
</div>
|
||||
#end if
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue