From 37b5151c051fd52aa18598c0f15e262cb7dc54da Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 18 Apr 2016 20:11:50 +0200 Subject: [PATCH] Fixed name-space MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- web/WEB-INF/templates/generic/form_personal_data.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/WEB-INF/templates/generic/form_personal_data.tpl b/web/WEB-INF/templates/generic/form_personal_data.tpl index 8771740a..dd141365 100644 --- a/web/WEB-INF/templates/generic/form_personal_data.tpl +++ b/web/WEB-INF/templates/generic/form_personal_data.tpl @@ -3,7 +3,7 @@ xmlns="http://www.w3.org/1999/xhtml" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" - xmlns:ui="http://java.sun.com/jsf/facelets"> + xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
#{msg.PERSONAL_DATA_MINIMUM_NOTICE} -- 2.39.5