From eb07c9dd23c32937527813cd0dea27a8ffe5603e Mon Sep 17 00:00:00 2001 From: Martin Helmling Date: Wed, 8 Jan 2014 15:47:55 +0100 Subject: [PATCH] =?utf8?q?Fehlender=20alter=20hidden=20wert=20f=C3=BCr=20p?= =?utf8?q?reisfaktor.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit zu fix #2211 --- templates/webpages/am/edit_price_factor.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/webpages/am/edit_price_factor.html b/templates/webpages/am/edit_price_factor.html index 1396012f6..6ca175aa2 100644 --- a/templates/webpages/am/edit_price_factor.html +++ b/templates/webpages/am/edit_price_factor.html @@ -19,7 +19,8 @@ [% IF orphaned %] [% ELSE %] - [% HTML.escape(factor) %] [% ' (in use so no change allowed)' | $T8 %] + + [% HTML.escape(factor) %] [% ' (in use so no change allowed)' | $T8 %] [% END %] -- 2.20.1