浏览代码

Fix: HTML meta tags fix for iOS (#16269)

flopp999 6 年之前
父节点
当前提交
0bca6bcb27
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      public/views/index-template.html

+ 2 - 2
public/views/index-template.html

@@ -17,8 +17,8 @@
 
   <link rel="stylesheet" href="public/build/grafana.[[ .Theme ]].<%= webpack.hash %>.css">
 
-  <meta name="apple-mobile-web-app-capable" content="yes">
-  <meta name="apple-mobile-web-app-status-bar-style" content="black">
+  <meta name="apple-mobile-web-app-capable" content="yes"/>
+  <meta name="apple-mobile-web-app-status-bar-style" content="black"/>
   <meta name="msapplication-TileColor" content="#2b5797">
   <meta name="msapplication-config" content="public/img/browserconfig.xml">
 </head>