From bdd49f8b4b1d62c2741cbc317d79816a48cfc036 Mon Sep 17 00:00:00 2001 From: Simon Rozet Date: Fri, 28 Mar 2008 20:03:55 +0100 Subject: [PATCH] take advantage of haml's new way to handle textarea --- git-wiki.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-wiki.rb b/git-wiki.rb index 7248a78b..4265008d 100755 --- a/git-wiki.rb +++ b/git-wiki.rb @@ -199,7 +199,7 @@ def list_item(page) %h1= title %form{:method => 'POST', :action => "/e/#{@page}"} %p - ~"" + %textarea{:name => 'body', :rows => 16, :cols => 60}= @page.raw_body %p %input.submit{:type => :submit, :value => 'Save as the newest version'} or