diff --git a/puppetboard/templates/layout.html b/puppetboard/templates/layout.html
index e3b2e69..8bace0f 100644
--- a/puppetboard/templates/layout.html
+++ b/puppetboard/templates/layout.html
@@ -50,7 +50,7 @@
{% endfor %}
-
+
diff --git a/setup.py b/setup.py
index 817a15f..56d8053 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ if sys.argv[-1] == 'publish':
os.system('python setup.py sdist upload')
sys.exit()
-VERSION = "0.1.2"
+VERSION = "0.1.3"
with codecs.open('README.rst', encoding='utf-8') as f:
README = f.read()