diff --git a/templates/tracker/issue_base.html b/templates/tracker/issue_base.html
index db73344..ff6a6bd 100644
--- a/templates/tracker/issue_base.html
+++ b/templates/tracker/issue_base.html
@@ -10,7 +10,7 @@
All
{% if perm.create_issue %}
- New issue
+ New issue
{% endif %}
{% endblock %}
diff --git a/templates/tracker/issue_edit.html b/templates/tracker/issue_edit.html
index 238cb62..f945699 100644
--- a/templates/tracker/issue_edit.html
+++ b/templates/tracker/issue_edit.html
@@ -37,7 +37,7 @@
{% if issue %}
Cancel
{% else %}
- Cancel
+ Cancel
{% endif %}