JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
metaform: remove obsolete/redundant attributes
authorJason Woofenden <jason@jasonwoof.com>
Sat, 23 Nov 2013 13:59:33 +0000 (08:59 -0500)
committerJason Woofenden <jason@jasonwoof.com>
Sat, 23 Nov 2013 13:59:33 +0000 (08:59 -0500)
metaform/template.html

index 6dc99a0..f0adb15 100644 (file)
@@ -4,10 +4,10 @@
 <head>
        <meta charset="utf-8" />
        <title><!--~~$title show {~~-->~plural cap~<!--~~}~~--></title>
-       <link rel="stylesheet" href="style.css" type="text/css"><!--~html_editor_headers {~-->
+       <link rel="stylesheet" href="style.css"><!--~html_editor_headers {~-->
        <!--~~$head {~~-->
-       <script type="text/javascript" src="code/ckeditor/ckeditor.js"></script>
-       <script language="javascript" type="text/javascript">
+       <script src="code/ckeditor/ckeditor.js"></script>
+       <script>
                function make_wysiwyg(name) {
                        CKEDITOR.replace(name, {
                                'contentsCss': 'style.css',
                                        <li>In the link dialog, you can make a link to another page on this site by entering that page's "filename" in the URL field.</li>
                                </ul>
                        </div>
-                       <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="field"><textarea class="html_editor" rows="20" cols="50" name="~name~">~~~name~ html~~</textarea><script>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>