From b6716e542a5ee48e5b6786c528879215652923f6 Mon Sep 17 00:00:00 2001 From: Tim Date: Wed, 6 Jul 2016 15:59:49 +0800 Subject: [PATCH] =?UTF-8?q?wiki=E7=BC=96=E8=BE=91=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/wiki/edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/wiki/edit.html.erb b/app/views/wiki/edit.html.erb index f2620b0e3..17723f633 100644 --- a/app/views/wiki/edit.html.erb +++ b/app/views/wiki/edit.html.erb @@ -10,7 +10,7 @@ <%= form_for @content, :as => :content, :url => {:action => 'update', :id => @page.title}, - :html => {:method => :put, :multipart => true, :id => 'wiki_form'} do |f| %> + :html => {:method => :put, :multipart => true, :id => 'wiki_form', :class => ''} do |f| %> <%= f.hidden_field :version %> <% if @section %> <%= hidden_field_tag 'section', @section %>