Make h1 tags of templates not have a preceeding space.
[sommitrealweird.git] / sommitrealweird / bpcms / templates / bpcms / rst.html
index defd07930fbbdcc91870b8994464f00c0f2711fe..2b474b80588c59405256f2e55cf8cefb4f87fe93 100644 (file)
@@ -2,6 +2,6 @@
 {% load markup %}
 
 {% block content %}
-<h1> {{ title }}</h1>
+<h1>{{ title }}</h1>
 {{ content|restructuredtext }}
 {% endblock %}