Skip to content

Commit 642ef33

Browse files
committed
Fix wrong element order in validation.html
1 parent 1beb189 commit 642ef33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/utils/validation_template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
</style>
5454
</head>
5555
<body>
56+
{{content}}
5657
<script>
5758
var coll = document.getElementsByClassName("collapsible");
5859
for (var i = 0; i < coll.length; i++) {
@@ -89,6 +90,5 @@
8990
rows.forEach(row => table.querySelector('tbody').appendChild(row));
9091
}
9192
</script>
92-
{{content}}
9393
</body>
9494
</html>

0 commit comments

Comments
 (0)