Skip to content

Commit

Permalink
Use Faces 4.0 URNs, see jakartaee/faces#1553
Browse files Browse the repository at this point in the history
Signed-off-by: Jianguo Ma <jiangma@microsoft.com>
  • Loading branch information
majguo committed Feb 18, 2024
1 parent 7cd98a2 commit c3f9bff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions java-app/src/main/webapp/index.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="https://jakarta.ee/xml/ns/jakartaee/jsf/html"
xmlns:f="https://jakarta.ee/xml/ns/jakartaee/jsf/core"
xmlns:fc="https://jakarta.ee/xml/ns/jakartaee/jsf/composite/components">
xmlns:h="jakarta.faces.html"
xmlns:f="jakarta.faces.core">
<f:view transient="true">
<h:head>
<title>Jakarta EE Café</title>
Expand Down

0 comments on commit c3f9bff

Please sign in to comment.