fixed lots-o-spaces

This commit is contained in:
jomo
2013-10-09 23:44:49 +02:00
parent a9034f8be8
commit acd4c5198f
2 changed files with 1 additions and 2 deletions

View File

@@ -182,7 +182,6 @@ and (min-width: 1000px)
}
}
pre {
background: #ddd;
padding: 0.5em;

View File

@@ -82,5 +82,5 @@
</tbody>
</table>
<hr>
<%= @user.about.blank? ? "<span class=\"no-about\">nothing</span>".html_safe : h(@user.about).gsub("\n", "<br>").html_safe %>
<%= @user.about.blank? ? "<span class=\"no-about\">nothing</span>".html_safe : @user.about %>
</div>