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,