Skip to content

Commit 4041562

Browse files
authored
close script tag on status page (#280)
1 parent d0fd55d commit 4041562

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/about/status.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ notebooks.gesis.org/binder
3232

3333
.. raw:: html
3434

35-
<script src="../_static/status.js" type="text/javascript"/>
35+
<script src="../_static/status.js" type="text/javascript">
36+
</script>
3637

3738

3839
Running Binder sessions

0 commit comments

Comments
 (0)