changeset 60:285cce9725bf

Added space to blank lines. Otherwise for some reason prettify prints `Â` on those lines.
author Edho Arief <edho@myconan.net>
date Thu, 04 Oct 2012 07:15:19 +0700
parents 1833de28583a
children d32e532a8f1a
files app/views/pastes/show.html.erb
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/app/views/pastes/show.html.erb	Thu Oct 04 06:59:33 2012 +0700
+++ b/app/views/pastes/show.html.erb	Thu Oct 04 07:15:19 2012 +0700
@@ -2,7 +2,7 @@
 <div class="page-header">
   <h1>Paste</h1>
 </div>
-<pre class="prettyprint linenums"><%= @paste.paste %></pre>
+<pre class="prettyprint linenums"><%= @paste.paste.gsub(/^$/, ' ') %></pre>
 
 <ul class="nav nav-pills">
   <li><%= link_to 'Raw', paste_path(@paste, :txt) %></li>