From a3844f8ce58f16b6787f356e1adf5c7f59855ac2 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 8 Feb 2017 16:19:08 +0100 Subject: Fix some bugs in whitespace handling --- testing/templates/comparison.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/templates') diff --git a/testing/templates/comparison.html b/testing/templates/comparison.html index 71a4a7b..ea22546 100644 --- a/testing/templates/comparison.html +++ b/testing/templates/comparison.html @@ -30,9 +30,9 @@ {%- else -%} f {%- endif %} -{% if a <= b %} +{% if a <= b -%} t -{% endif -%} +{%- endif -%} {% if c <= b -%} t {%- else -%} -- cgit