File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ <h2>Mobile page structure</h2>
3131 <head>
3232 <title>Page Title</title>
3333 <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a2/jquery.mobile-1.0a2.min.css" />
34- <script src="http://code.jquery.com/jquery-1.4.3.min.js"></script>
35- <script src="http://code.jquery.com/mobile/1.0a2/jquery.mobile-1.0a2.min.js"></script>
34+ <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.3.min.js"></script>
35+ <script type="text/javascript" src="http://code.jquery.com/mobile/1.0a2/jquery.mobile-1.0a2.min.js"></script>
3636</head>
3737<body>
3838
@@ -73,8 +73,8 @@ <h2>Complete single page template</h2>
7373 <head>
7474 <title>Page Title</title>
7575 <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a2/jquery.mobile-1.0a2.min.css" />
76- <script src="http://code.jquery.com/jquery-1.4.3.min.js"></script>
77- <script src="http://code.jquery.com/mobile/1.0a2/jquery.mobile-1.0a2.min.js"></script>
76+ <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.3.min.js"></script>
77+ <script type="text/javascript" src="http://code.jquery.com/mobile/1.0a2/jquery.mobile-1.0a2.min.js"></script>
7878</head>
7979<body>
8080
@@ -90,7 +90,7 @@ <h2>Complete single page template</h2>
9090
9191 <div data-role="footer">
9292 <h4>Page Footer</h4>
93- </div><!-- /header -->
93+ </div><!-- /footer -->
9494</div><!-- /page -->
9595
9696</body>
You can’t perform that action at this time.
0 commit comments