summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan S. Arnold <ryan.arnold@linaro.org>2016-09-06 13:36:58 -0500
committerRyan S. Arnold <ryan.arnold@linaro.org>2016-09-06 15:22:33 -0500
commit8de98e1ab6deb6af6029bd2edf4c4098404d6fa8 (patch)
treea3c9a3b56a3316c086f1397e976ef804e11d88b8
parent43f9302245d47d303125e74d961382c8efbe6ae7 (diff)
make urlind have spaces after a url.
Change-Id: I0f3bb019301fa7faca40be23814098d190a4871c
-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 273fc65..692aee4 100644
--- a/components/toolchain/binaries/macros
+++ b/components/toolchain/binaries/macros
@@ -38,7 +38,7 @@
{%- endmacro -%}
{# An indented URL. #}
-{% macro urlind(ind,text) -%}
+{% macro urlind(ind,text) %}
{% if announce != "yes" -%}
p
{%- for i in range(0, ind // 2) -%}
@@ -48,7 +48,7 @@
{% else -%}
{{ text|indent(ind, true) }}
{%- endif -%}
-{%- endmacro -%}
+{% endmacro %}
{# Format a 'NEWS' section item.
if it is news we use '* ' and don't indent the first line.