From b4961128da7a2e426bf34e8faa124a3d83d8abe3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 7 Jul 2010 16:19:51 -0400 Subject: [PATCH] remove class setting not needed and does not work --- IkiWiki/Plugin/wmd.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/IkiWiki/Plugin/wmd.pm b/IkiWiki/Plugin/wmd.pm index 30fe5b813..bce317388 100644 --- a/IkiWiki/Plugin/wmd.pm +++ b/IkiWiki/Plugin/wmd.pm @@ -35,8 +35,7 @@ sub formbuilder_setup (@) { $form->tmpl_param("wmd_preview", "
\n". include_javascript(undef, 1)); - $form->field(name => "editcontent", class => "wmd-panel", id => - "wmd-input"); + $form->field(name => "editcontent", id => "wmd-input"); } sub include_javascript ($;$) { -- 2.39.5