##// END OF EJS Templates
Added closing slash to meta.
damianavila -
Show More
@@ -6,7 +6,7 b''
6 <html>
6 <html>
7 <head>
7 <head>
8
8
9 <meta charset="utf-8">
9 <meta charset="utf-8" />
10
10
11 {% for css in resources.inlining.css -%}
11 {% for css in resources.inlining.css -%}
12 <style type="text/css">
12 <style type="text/css">
@@ -6,8 +6,8 b''
6 <html>
6 <html>
7 <head>
7 <head>
8
8
9 <meta charset="utf-8">
9 <meta charset="utf-8" />
10 <meta http-equiv="X-UA-Compatible" content="chrome=1">
10 <meta http-equiv="X-UA-Compatible" content="chrome=1" />
11
11
12 <meta name="apple-mobile-web-app-capable" content="yes" />
12 <meta name="apple-mobile-web-app-capable" content="yes" />
13 <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
13 <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
General Comments 0
You need to be logged in to leave comments. Login now