From 693b276dec860ddefd6f530c46f0cea8b3367d2a Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Tue, 11 Apr 2017 13:24:33 +0200 Subject: [PATCH] Fixes: - need to use concat() and not + because it is only for numeric values --- web/WEB-INF/templates/admin/contact/admin_form_contact_data.tpl | 2 +- web/WEB-INF/templates/generic/gender_selection_box.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/WEB-INF/templates/admin/contact/admin_form_contact_data.tpl b/web/WEB-INF/templates/admin/contact/admin_form_contact_data.tpl index 23b6ff73..77695f02 100644 --- a/web/WEB-INF/templates/admin/contact/admin_form_contact_data.tpl +++ b/web/WEB-INF/templates/admin/contact/admin_form_contact_data.tpl @@ -254,7 +254,7 @@
- +
diff --git a/web/WEB-INF/templates/generic/gender_selection_box.tpl b/web/WEB-INF/templates/generic/gender_selection_box.tpl index 5292c5b8..849dea0c 100644 --- a/web/WEB-INF/templates/generic/gender_selection_box.tpl +++ b/web/WEB-INF/templates/generic/gender_selection_box.tpl @@ -13,7 +13,7 @@ - + -- 2.39.5