From 6179bf16b55d712fa9718505dc6bf43877d953de Mon Sep 17 00:00:00 2001 From: Yohan Boniface <yb@enix.org> Date: Thu, 13 Jun 2013 23:04:09 +0200 Subject: [PATCH] Remove blank line after </html> tag --- umap/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/templates/base.html b/umap/templates/base.html index 611364c..bf43396 100644 --- a/umap/templates/base.html +++ b/umap/templates/base.html @@ -74,4 +74,4 @@ {% include "umap/footer.html" %} {% endblock footer %} </body> -</html> +</html> \ No newline at end of file -- GitLab