diff --git a/pelican/themes/notmyidea/templates/base.html b/pelican/themes/notmyidea/templates/base.html
index 4a4c70c6..12086dc7 100644
--- a/pelican/themes/notmyidea/templates/base.html
+++ b/pelican/themes/notmyidea/templates/base.html
@@ -31,7 +31,7 @@
{% endfor %}
{% if DISPLAY_PAGES_ON_MENU %}
{% for page in PAGES %}
-
{{ page.title }}
+ {{ page.title }}
{% endfor %}
{% endif %}
{% for cat, null in categories %}
diff --git a/pelican/themes/notmyidea/templates/index.html b/pelican/themes/notmyidea/templates/index.html
index 217bacf2..f81275ae 100644
--- a/pelican/themes/notmyidea/templates/index.html
+++ b/pelican/themes/notmyidea/templates/index.html
@@ -53,7 +53,7 @@
Pages
{% for page in PAGES %}
- {{ page.title }}
+ {{ page.title }}
{% endfor %}
{% endif %}
diff --git a/pelican/themes/simple/templates/base.html b/pelican/themes/simple/templates/base.html
index a8fad2db..a1017219 100644
--- a/pelican/themes/simple/templates/base.html
+++ b/pelican/themes/simple/templates/base.html
@@ -17,7 +17,7 @@
{% endfor %}
{% if DISPLAY_PAGES_ON_MENU %}
{% for p in PAGES %}
- {{ p.title }}
+ {{ p.title }}
{% endfor %}
{% else %}
{% for cat, null in categories %}