From d7e231f1da9f69b3f46a2c242d81c8fd767879e5 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sat, 3 Sep 2016 08:47:39 +0100 Subject: [PATCH] Fix indentation error --- views/listing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/listing.html b/views/listing.html index 8204c2d..00bc845 100644 --- a/views/listing.html +++ b/views/listing.html @@ -41,7 +41,7 @@ {% endif %} {% if nodes.length == numOfNodes %} Next > - {% endif %} + {% endif %} {% endif %} {% endif %}