Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a53a76e
)
remove class setting
wmd-new
author
Joey Hess
<joey@kitenet.net>
Wed, 7 Jul 2010 20:19:51 +0000
(16:19 -0400)
committer
Joey Hess
<joey@kitenet.net>
Wed, 7 Jul 2010 20:19:51 +0000
(16:19 -0400)
not needed and does not work
IkiWiki/Plugin/wmd.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/wmd.pm
b/IkiWiki/Plugin/wmd.pm
index 30fe5b813aa4abae9d68263350cbd6b72e83cf91..bce31738831da568b4edca390e88afbae674ece1 100644
(file)
--- a/
IkiWiki/Plugin/wmd.pm
+++ b/
IkiWiki/Plugin/wmd.pm
@@
-35,8
+35,7
@@
sub formbuilder_setup (@) {
$form->tmpl_param("wmd_preview", "<div id=\"wmd-preview\" class=\"wmd-panel\"></div>\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 ($;$) {