From e2170ee922acdc63b2468af24a3a74d8dc7fdc7c Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sat, 25 Oct 2014 08:19:16 -0400 Subject: [PATCH] Same typo Should be a closing div tag. --- share/jupyter/templates/logout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/jupyter/templates/logout.html b/share/jupyter/templates/logout.html index 4aa42b9d..d7aa6ddb 100644 --- a/share/jupyter/templates/logout.html +++ b/share/jupyter/templates/logout.html @@ -8,6 +8,6 @@

You have been logged out

Log in again...

-
+
{% endblock %}