From edf335060a14544fa3718e3966708c50d95111b1 Mon Sep 17 00:00:00 2001 From: Jacques Distler Date: Fri, 9 Mar 2007 08:28:19 -0600 Subject: [PATCH] Fix new.rhtml --- app/views/wiki/new.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/wiki/new.rhtml b/app/views/wiki/new.rhtml index 78086c1b..0fabc11d 100644 --- a/app/views/wiki/new.rhtml +++ b/app/views/wiki/new.rhtml @@ -13,7 +13,7 @@ <%= form_tag({ :action => 'save', :web => @web.address, :id => @page_name }, { 'id' => 'editForm', 'method' => 'post', 'onsubmit' => 'cleanAuthorName();', 'accept-charset' => 'utf-8' }) %> - +
as <%= text_field_tag :author, @author,