From acd4c5198f7c930c4726c2ba8dcd6f2941fc6b9a Mon Sep 17 00:00:00 2001 From: jomo Date: Wed, 9 Oct 2013 23:44:49 +0200 Subject: [PATCH] fixed lots-o-spaces --- app/assets/stylesheets/screen.css.scss | 1 - app/views/users/show.html.erb | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/assets/stylesheets/screen.css.scss b/app/assets/stylesheets/screen.css.scss index c6a08c4..5cf8bc2 100644 --- a/app/assets/stylesheets/screen.css.scss +++ b/app/assets/stylesheets/screen.css.scss @@ -182,7 +182,6 @@ and (min-width: 1000px) } } - pre { background: #ddd; padding: 0.5em; diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index 322dc84..f0be84a 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@ -82,5 +82,5 @@
- <%= @user.about.blank? ? "nothing".html_safe : h(@user.about).gsub("\n", "
").html_safe %> + <%= @user.about.blank? ? "nothing".html_safe : @user.about %> \ No newline at end of file