You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2018/01/24 16:13:09 UTC

[myfaces-tobago] 02/03: fix xml declaration

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 938ae1f1f19de79e74826a4aa20ed8e2cedde97a
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Wed Jan 24 15:42:27 2018 +0100

    fix xml declaration
---
 tobago-example/tobago-example-demo/src/main/webapp/error/exception.xhtml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tobago-example/tobago-example-demo/src/main/webapp/error/exception.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/error/exception.xhtml
index fe50694..9b0b317 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/error/exception.xhtml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/error/exception.xhtml
@@ -18,6 +18,7 @@
 -->
 
 <ui:composition template="/main.xhtml"
+                xmlns="http://www.w3.org/1999/xhtml"
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
                 xmlns:ui="http://java.sun.com/jsf/facelets">
   <ui:param name="title" value="Sorry, an error has occured!"/>

-- 
To stop receiving notification emails like this one, please contact
lofwyr@apache.org.