public
Description: A quick & dirty git-powered Sinatra wiki
Homepage: http://atonie.org/2008/02/git-wiki
Clone URL: git://github.com/sr/git-wiki.git
fix wrong indentation in <pre>
sr (author)
Tue May 13 08:19:38 -0700 2008
commit  c266faa88c7e7b05446b4f7edcbd6c1f1f64d41f
tree    70d82497dbe949c5786ba1308920cd854e34fc74
parent  79420a51eb9d6755083e2c15c3d8774aa0686049
...
205
206
207
208
 
 
209
210
211
...
205
206
207
 
208
209
210
211
212
0
@@ -205,7 +205,8 @@ __END__
0
   })
0
 %a#edit_link{:href => "/e/#{@page}"} edit this page
0
 %h1= title
1
-#page_content= @page.body
0
+#page_content
0
+  ~"#{@page.body}"
0
 
0
 @@ edit
0
 - title "Editing #{@page}"

Comments

cschneid Tue May 13 09:39:17 -0700 2008 at git-wiki.rb L208

Nice response time on that bug fix, looks nice and easy too.