Procházet zdrojové kódy

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

Torkel Ödegaard před 9 roky
rodič
revize
9f14b209bd
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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>