respect newlines in About Me on profile page
This commit is contained in:
parent
66afabcf4c
commit
7b2835b73f
|
@ -41,7 +41,7 @@
|
|||
<h1>{{username}} {{{statusIcon}}}</h1>
|
||||
<h2>{{name}}</h2>
|
||||
|
||||
<div class='bio'>{{{bio_excerpt}}}</div>
|
||||
<div class='bio'>{{{bio_cooked}}}</div>
|
||||
|
||||
{{#if isSuspended}}
|
||||
<div class='suspended'>
|
||||
|
|
Loading…
Reference in New Issue