diff --git a/templates/patch.html b/templates/patch.html
index 4cd5ced..ddba788 100644
--- a/templates/patch.html
+++ b/templates/patch.html
@@ -1,6 +1,6 @@
{% for item in patch.files %}
{{ item.filename }}
- {{ item.patch }}
+ {{ item.patch }}
{% endfor %}
\ No newline at end of file