diff --git a/pagure/templates/pull_request.html b/pagure/templates/pull_request.html
index 4e5bbb2..e980865 100644
--- a/pagure/templates/pull_request.html
+++ b/pagure/templates/pull_request.html
@@ -253,13 +253,11 @@
{% for patch in diff %}
-
- {% if patch.new_file_path == patch.old_file_path %}
+ {% if patch.new_file_path == patch.old_file_path -%}
{{ patch.new_file_path }}
- {% else %}
+ {%- else -%}
{{ patch.new_file_path }} (Renamed from "{{ patch.old_file_path }}")
- {% endif %}
-
+ {%- endif %}