From 4cd6471356de59a8dac123184a34cf7ff9dc98f1 Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Thu, 9 Jan 2014 20:11:40 +0000 Subject: [PATCH] Fixed carriage returns in profile description --- templates/views/UserProfileView.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/views/UserProfileView.html b/templates/views/UserProfileView.html index 1b95fd0..c3d1cac 100644 --- a/templates/views/UserProfileView.html +++ b/templates/views/UserProfileView.html @@ -145,7 +145,7 @@
About Me
- <%= description %> +
<%= description.replace(/\n/g, '
') %>
@@ -153,4 +153,4 @@ - \ No newline at end of file +