diff --git a/progit/templates/pull_request.html b/progit/templates/pull_request.html index 47bbee4..d132dd5 100644 --- a/progit/templates/pull_request.html +++ b/progit/templates/pull_request.html @@ -160,7 +160,7 @@ {% if patch.additions > 0 %}+{{ patch.additions }}{% endif %} {% if patch.deletions > 0 %}-{{ patch.deletions }}{% endif %} - {% endif } + {% endif %} {{ patch.new_file_path }}