Merge pull request #1748 from alxndr/profile-bio-newlines
respect newlines in About Me on profile page
This commit is contained in:
commit
3be026b1da
|
@ -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