Преглед изворни кода

fix(html): moved body tag, fixes #5648

Torkel Ödegaard пре 9 година
родитељ
комит
9f14b209bd
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      public/views/index.html

+ 2 - 1
public/views/index.html

@@ -75,7 +75,6 @@
 				</div>
 			</footer>
 		</grafana-app>
-  </body>
 
 	<script>
 		window.grafanaBootData = {
@@ -122,4 +121,6 @@
 		})(window,document,'script','dataLayer','[[.GoogleTagManagerId]]');</script>
 		<!-- End Google Tag Manager -->
 	[[end]]
+
+	</body>
 </html>