Skip to content

Commit 32056c6

Browse files
bclinkinbeardScott Jehl
authored andcommitted
Added type attribute to script tags and fixed footer comment
1 parent db1f51a commit 32056c6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/pages/docs-pages.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ <h2>Mobile page structure</h2>
3131
&lt;head&gt;
3232
&lt;title&gt;Page Title&lt;/title&gt;
3333
&lt;link rel=&quot;stylesheet&quot; href=&quot;http://code.jquery.com/mobile/1.0a2/jquery.mobile-1.0a2.min.css&quot; /&gt;
34-
&lt;script src=&quot;http://code.jquery.com/jquery-1.4.3.min.js&quot;&gt;&lt;/script&gt;
35-
&lt;script src=&quot;http://code.jquery.com/mobile/1.0a2/jquery.mobile-1.0a2.min.js&quot;&gt;&lt;/script&gt;
34+
&lt;script type=&quot;text/javascript&quot; src=&quot;http://code.jquery.com/jquery-1.4.3.min.js&quot;&gt;&lt;/script&gt;
35+
&lt;script type=&quot;text/javascript&quot; src=&quot;http://code.jquery.com/mobile/1.0a2/jquery.mobile-1.0a2.min.js&quot;&gt;&lt;/script&gt;
3636
&lt;/head&gt;
3737
&lt;body&gt;
3838

@@ -73,8 +73,8 @@ <h2>Complete single page template</h2>
7373
&lt;head&gt;
7474
&lt;title&gt;Page Title&lt;/title&gt;
7575
&lt;link rel=&quot;stylesheet&quot; href=&quot;http://code.jquery.com/mobile/1.0a2/jquery.mobile-1.0a2.min.css&quot; /&gt;
76-
&lt;script src=&quot;http://code.jquery.com/jquery-1.4.3.min.js&quot;&gt;&lt;/script&gt;
77-
&lt;script src=&quot;http://code.jquery.com/mobile/1.0a2/jquery.mobile-1.0a2.min.js&quot;&gt;&lt;/script&gt;
76+
&lt;script type=&quot;text/javascript&quot; src=&quot;http://code.jquery.com/jquery-1.4.3.min.js&quot;&gt;&lt;/script&gt;
77+
&lt;script type=&quot;text/javascript&quot; src=&quot;http://code.jquery.com/mobile/1.0a2/jquery.mobile-1.0a2.min.js&quot;&gt;&lt;/script&gt;
7878
&lt;/head&gt;
7979
&lt;body&gt;
8080

@@ -90,7 +90,7 @@ <h2>Complete single page template</h2>
9090

9191
&lt;div data-role=&quot;footer&quot;&gt;
9292
&lt;h4&gt;Page Footer&lt;/h4&gt;
93-
&lt;/div&gt;&lt;!-- /header --&gt;
93+
&lt;/div&gt;&lt;!-- /footer --&gt;
9494
&lt;/div&gt;&lt;!-- /page --&gt;
9595

9696
&lt;/body&gt;

0 commit comments

Comments
 (0)