Skip to content

Commit f287151

Browse files
authored
[index.jinja2] moved <footer> into <body> (#883)
1 parent f7b96b9 commit f287151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytest_html/resources/index.jinja2

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,11 @@
111111
</tr>
112112
</thead>
113113
</table>
114-
</body>
115114
<footer>
116115
<div id="data-container" data-jsonblob="{{ test_data }}"></div>
117116
<script>
118117
{% include "app.js" %}
119118
</script>
120119
</footer>
120+
</body>
121121
</html>

0 commit comments

Comments
 (0)