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

This commit is contained in:
Torkel Ödegaard 2016-07-25 12:21:51 +02:00
parent d4e2bb70e9
commit 9f14b209bd

View File

@ -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>