From e45f35f6f4c9cff6518034368979093e3a949875 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Wed, 29 Mar 2017 16:28:37 +0200 Subject: [PATCH] Fix listing of projects that use Attract Wrong indentation when closing the loop through projects. Closes T51028 --- src/templates/attract/index.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/attract/index.jade b/src/templates/attract/index.jade index 9950a07..2909498 100644 --- a/src/templates/attract/index.jade +++ b/src/templates/attract/index.jade @@ -41,7 +41,7 @@ style="width:{{percentage}}%") | {{ status | undertitle }} | {% endfor %} - | {% endfor %} + | {% endfor %} hr