From 325e374438955362e3dce9cf26accfaff67013a3 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 a0d729a0..09f6033e 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 @@ -249,7 +249,7 @@
- +
diff --git a/web/WEB-INF/templates/generic/gender_selection_box.tpl b/web/WEB-INF/templates/generic/gender_selection_box.tpl index dfa9efcb..7c91da71 100644 --- a/web/WEB-INF/templates/generic/gender_selection_box.tpl +++ b/web/WEB-INF/templates/generic/gender_selection_box.tpl @@ -6,7 +6,7 @@ xmlns:ui="http://xmlns.jcp.org/jsf/facelets"> - + -- 2.39.5