JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
remove obsolete type="text/javascript" from script tags
authorJason Woofenden <jason@jasonwoof.com>
Tue, 3 Mar 2015 14:44:57 +0000 (09:44 -0500)
committerJason Woofenden <jason@jasonwoof.com>
Tue, 3 Mar 2015 14:44:57 +0000 (09:44 -0500)
admin_pages.html

index 7f923d6..9bd863a 100644 (file)
@@ -4,7 +4,7 @@
 <head>
        <title><!--~$title show {~-->~$host~ Admin: <!--~listings once_if {~-->Pages Listing<!--~}~--><!--~form {~--><!--~id {~-->Add a new page<!--~}~--><!--~id unset {~-->Edit page "~title html~"<!--~}~--><!--~}~--><!--~}~--></title>
        <!--~$head {~-->
-       <script type="text/javascript" src="inc/ckeditor/ckeditor.js"></script>
+       <script src="inc/ckeditor/ckeditor.js"></script>
        <style>
                /* icon in cke buttons */
                .cke_button_icon.cke_button__wfpl_images_icon {
@@ -59,7 +59,7 @@
                        border: 2px solid #444;
                }
        </style>
-       <script type="text/javascript">
+       <script>
                window.cke_wfpl_images = {
                        images: [~wfpl_images {~
                                {
                                        <li>To insert an image: place the cursor at the beginning of a line and click the "insert image" button in the editor. Note that you will only be able to insert images that you have already uploaded on the <a href="admin_images" target="_blank">manage images</a> page.</li>
                                </ul>
                        </div>
-                       <div class="field"><textarea class="html_editor" rows="20" cols="50" id="content" name="content">~content html~</textarea><script type="text/javascript">make_wysiwyg('content');</script></div>
+                       <div class="field"><textarea class="html_editor" rows="20" cols="50" id="content" name="content">~content html~</textarea><script>make_wysiwyg('content');</script></div>
 
                        <div class="caption">Description</div>
                        <div class="field_notes">(Hidden description of this page, primarily for search engines.)</div>