Skip to content

Commit ff2fef7

Browse files
committed
Added better titles
1 parent 9ad1621 commit ff2fef7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsf/composite-component/src/main/webapp/WEB-INF/template.xhtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5050
<h:outputStylesheet name="./css/default.css"/>
5151
<h:outputStylesheet name="./css/cssLayout.css"/>
52-
<title>Facelets Template</title>
52+
<title>JSF Composite Component</title>
5353
</h:head>
5454

5555
<h:body>
@@ -63,7 +63,7 @@
6363
</div>
6464

6565
<div id="bottom">
66-
<ui:insert name="bottom">Powered by GlassFish</ui:insert>
66+
<ui:insert name="bottom">Powered by WildFly</ui:insert>
6767
</div>
6868

6969
</h:body>

0 commit comments

Comments
 (0)