mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-06 08:54:12 +00:00
Fixed carriage returns in profile description
This commit is contained in:
@@ -145,7 +145,7 @@
|
||||
<div class="profile-info-row">
|
||||
<div class="profile-info-name"> About Me</div>
|
||||
<div class="profile-info-value">
|
||||
<span class="usereditable" id="about" style="display: inline;"><%= description %></span>
|
||||
<div class="usereditable" id="about" style="display: inline; white-space:pre-wrap;"><%= description.replace(/\n/g, '<br />') %></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -153,4 +153,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user