diff --git a/Just-Read/templates/archives.html b/Just-Read/templates/archives.html
index 72fd2a5..e4f26b8 100644
--- a/Just-Read/templates/archives.html
+++ b/Just-Read/templates/archives.html
@@ -30,7 +30,7 @@
Tags
@@ -43,4 +43,4 @@
$("#jquerytabs").tabs();
});
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/Just-Read/templates/metadata.html b/Just-Read/templates/metadata.html
index c051c75..b4865f8 100644
--- a/Just-Read/templates/metadata.html
+++ b/Just-Read/templates/metadata.html
@@ -1,12 +1,12 @@
\ No newline at end of file
+
diff --git a/Just-Read/templates/tags.html b/Just-Read/templates/tags.html
index 8ddbcd1..27240ef 100644
--- a/Just-Read/templates/tags.html
+++ b/Just-Read/templates/tags.html
@@ -8,10 +8,10 @@
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/bootstrap/templates/base.html b/bootstrap/templates/base.html
index 5710a5e..9458d6e 100644
--- a/bootstrap/templates/base.html
+++ b/bootstrap/templates/base.html
@@ -35,7 +35,7 @@
{% endfor %}
{% endif %}
{% for cat, null in categories %}
- {{ cat }}
+ {{ cat }}
{% endfor %}
[archives] [tags]
@@ -73,4 +73,4 @@