From cc270570eafac5426c55e3b23e762d88369d0360 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sep 07 2015 14:32:22 +0000 Subject: Close the section at the right location This fixes a small UI bug that was making the diff of a PR shift to the right when the PR was long. --- diff --git a/pagure/templates/pull_request.html b/pagure/templates/pull_request.html index d91767b..b6d9a53 100644 --- a/pagure/templates/pull_request.html +++ b/pagure/templates/pull_request.html @@ -287,8 +287,8 @@ prequest=pull_request, index=loop.index)}} {% endautoescape %} -{% endfor %} +{% endfor %} {% endif %} {% if authenticated and pull_request %}