Skip to content

Commit

Permalink
Merge pull request #1724 from arjantijms/1704_h_html
Browse files Browse the repository at this point in the history
Correct usage of h:html instead of html according to challenge #1704
  • Loading branch information
arjantijms authored Nov 15, 2022
2 parents 3547465 + 7e883ed commit 1508939
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tck/faces22/ajax/src/main/webapp/issue2636.xhtml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<!--
Copyright (c) 1997, 2018 Oracle and/or its affiliates. All rights reserved.
Expand All @@ -17,7 +18,7 @@
-->

<h:html xmlns="http://www.w3.org/1999/xhtml"
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:ui="http://java.sun.com/jsf/facelets">
Expand Down Expand Up @@ -51,4 +52,4 @@

</h:body>

</h:html>
</html>

0 comments on commit 1508939

Please sign in to comment.