From c2a541f79ce385bc1b925701340d6c04be12a20b Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Oct 30 2014 20:31:29 +0000 Subject: Fix typo: forgot to close jinja tag --- 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 }}