JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
metaform: remove wrong id attribute from wysiwyg fields
authorJason Woofenden <jason@jasonwoof.com>
Mon, 19 Sep 2011 15:53:48 +0000 (11:53 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Mon, 19 Sep 2011 15:53:48 +0000 (11:53 -0400)
metaform/template.html

index 1897e9e..3629541 100644 (file)
@@ -85,7 +85,7 @@
                                                <li>If you're pasting from Microsoft Word, please use the "paste from word" button (4 right of the scissors) instead of the normal paste.</li>
                                        </ul>
                                </div>
-                               <div class="field"><textarea class="html_editor" rows="20" cols="50" id="content" name="~name~">~~~name~ html~~</textarea><script type="text/javascript">make_wysiwyg('~name~');</script></div><!--~}~--><!--~pulldown {~-->
+                               <div class="field"><textarea class="html_editor" rows="20" cols="50" name="~name~">~~~name~ html~~</textarea><script type="text/javascript">make_wysiwyg('~name~');</script></div><!--~}~--><!--~pulldown {~-->
                        <div class="caption">~caption html~</div>
                        <div class="field"><select name="~name~"><option value="">Choose One:</option><!--~~~name~ options~~--></select></div><!--~}~--><!--~states {~-->
                        <div class="caption">~caption html~</div>