From abe90706ffa428c8127f83f9111737323c080bf6 Mon Sep 17 00:00:00 2001 From: Bat Date: Tue, 11 Sep 2018 19:34:47 +0100 Subject: [PATCH] Avoid showing GetText metadata when trying to translate empty strings --- templates/macros.html.tera | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/macros.html.tera b/templates/macros.html.tera index 0df495c8..0bdd8e46 100644 --- a/templates/macros.html.tera +++ b/templates/macros.html.tera @@ -24,7 +24,7 @@

{% endmacro post_card %} -{% macro input(name, label, errors, form, type="text", props="", optional=false, default='', details='') %} +{% macro input(name, label, errors, form, type="text", props="", optional=false, default='', details=' ') %}