summaryrefslogtreecommitdiffstats
path: root/WebContent/templates/common.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/templates/common.xhtml')
-rw-r--r--WebContent/templates/common.xhtml8
1 files changed, 4 insertions, 4 deletions
diff --git a/WebContent/templates/common.xhtml b/WebContent/templates/common.xhtml
index 10334e1..39139d6 100644
--- a/WebContent/templates/common.xhtml
+++ b/WebContent/templates/common.xhtml
@@ -5,15 +5,15 @@
xmlns:h="http://xmlns.jcp.org/jsf/html"
xmlns:f="http://xmlns.jcp.org/jsf/core">
- <head>
+ <h:head>
<title><ui:insert name="pageTitle">Page Title</ui:insert></title>
<link rel="stylesheet" type="text/css" href="../stylesheets/twocolumn.css" />
<link rel="stylesheet" type="text/css" href="../stylesheets/navigation.css" />
<link rel="stylesheet" type="text/css" href="../stylesheets/form.css" />
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
- </head>
+ </h:head>
- <body>
+ <h:body>
<div id="container">
@@ -55,6 +55,6 @@
</div> <!-- id="container" -->
- </body>
+ </h:body>
</html>