Skip to content

Commit 9f14b20

Browse files
committed
fix(html): moved body tag, fixes grafana#5648
1 parent d4e2bb7 commit 9f14b20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

public/views/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@
7575
</div>
7676
</footer>
7777
</grafana-app>
78-
</body>
7978

8079
<script>
8180
window.grafanaBootData = {
@@ -122,4 +121,6 @@
122121
})(window,document,'script','dataLayer','[[.GoogleTagManagerId]]');</script>
123122
<!-- End Google Tag Manager -->
124123
[[end]]
124+
125+
</body>
125126
</html>

0 commit comments

Comments
 (0)