From 6f81cb12079be5b464d7bd32c21e5acf23855c36 Mon Sep 17 00:00:00 2001 From: Jacques Distler Date: Fri, 2 Mar 2007 18:46:40 -0600 Subject: [PATCH] Fix well-formedness issue in rollback.rhtml and validity in that and edit.rhtml. --- app/views/wiki/edit.rhtml | 7 +++---- app/views/wiki/rollback.rhtml | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/app/views/wiki/edit.rhtml b/app/views/wiki/edit.rhtml index 0ccd87ae..6206c62c 100644 --- a/app/views/wiki/edit.rhtml +++ b/app/views/wiki/edit.rhtml @@ -9,12 +9,11 @@ <%= render 'wiki_words_help' %> -
<%= 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, @@ -27,8 +26,8 @@ (unlocks page)
+
<%= end_form_tag %> -