Skip to content
Snippets Groups Projects
Commit f1d99c44 authored by Jakub Herkel's avatar Jakub Herkel
Browse files

[NETBEANS-5114] add missing namespace for facelets composition template client

parent 49f8d408
Branches
No related tags found
No related merge requests found
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<ui:composition xmlns:ui="__NS_LOCATION__/jsf/facelets"
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="__NS_LOCATION__/jsf/facelets"
template="__TEMPLATE__">
__DEFINE_TAGS__
</ui:composition>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment