summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--components/toolchain/binaries/macros4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/toolchain/binaries/macros b/components/toolchain/binaries/macros
index 004aa24..62365ef 100644
--- a/components/toolchain/binaries/macros
+++ b/components/toolchain/binaries/macros
@@ -85,7 +85,7 @@
{% endif %}
{# else this is textile mode #}
{%- else -%}
- {%- if mode == "news" -%}
+ {%- if mode == "news" %}
{%- if loop.index0 == 0 -%}
* {{ line }}
@@ -97,7 +97,7 @@
{% else -%}
{{ line }}
{% endif %}
- {% elif mode == "newscont" -%}
+ {% elif mode == "newscont" %}
{%- if loop.index0 == 0 -%}
p
{%- for i in range(0, 3) -%}