This repository was archived by the owner on Oct 30, 2021. It is now read-only.
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
<!DOCTYPE html>
12
12
<html>
13
13
<head>
14
- <meta http-equiv="Content-Type " content="<?php echo $ contenttype ; ?> ; charset=utf-8" />
14
+ <meta http-equiv="content-type " content="text/html ; charset=utf-8" />
15
15
<link rel="stylesheet" href="<?php echo $ baseUrl .'templates/ ' .$ this ->template ; ?> /css/mobile.css" type="text/css" media="screen" />
16
16
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0rc2/jquery.mobile-1.0rc2.min.css" />
17
17
<script src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
Original file line number Diff line number Diff line change 11
11
<!DOCTYPE html>
12
12
<html>
13
13
<head>
14
- <meta http-equiv="Content-Type " content="<?php echo $ contenttype ; ?> ; charset=utf-8" />
14
+ <meta http-equiv="content-type " content="text/html ; charset=utf-8" />
15
15
<link rel="stylesheet" href="<?php echo $ baseUrl .'templates/ ' .$ this ->template ; ?> /css/mobile.css" type="text/css" media="screen" />
16
16
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0rc2/jquery.mobile-1.0rc2.min.css" />
17
17
<?php //Load Mobile Extended Template Style Overrides
Original file line number Diff line number Diff line change 22
22
<!DOCTYPE html>
23
23
<html>
24
24
<head>
25
- <meta http-equiv="Content-Type " content="<?php echo $ contenttype ; ?> ; charset=utf-8" />
25
+ <meta http-equiv="content-type " content="text/html ; charset=utf-8" />
26
26
<link rel="stylesheet" href="<?php echo $ baseUrl .'templates/ ' .$ this ->template ; ?> /css/mobile.css" type="text/css" media="screen" />
27
27
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0rc2/jquery.mobile-1.0rc2.min.css" />
28
28
<script src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
Original file line number Diff line number Diff line change 24
24
<!DOCTYPE html>
25
25
<html>
26
26
<head>
27
- <meta http-equiv="Content-Type " content="<?php echo $ contenttype ; ?> ; charset=utf-8" />
27
+ <meta http-equiv="content-type " content="text/html ; charset=utf-8" />
28
28
<link rel="stylesheet" href="<?php echo $ baseUrl .'templates/ ' .$ this ->template ; ?> /css/mobile.css" type="text/css" media="screen" />
29
29
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0rc2/jquery.mobile-1.0rc2.min.css" />
30
30
<?php //Load Mobile Extended Template Style Overrides
You can’t perform that action at this time.
0 commit comments