diff options
Diffstat (limited to 'testing/templates')
-rw-r--r-- | testing/templates/comparison.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 -%} |