Skip to content

Commit

Permalink
web.jsf: Fix typo in JSF composite component template
Browse files Browse the repository at this point in the history
Closes: apache#8004
  • Loading branch information
matthiasblaesing committed Dec 4, 2024
1 parent 3b74c2f commit a44ded7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"
<#if isJSF40?? || isJSF41??>
xmlns:cc="jakarta.faces.composite">
<#else if isJSF22?? || isJSF30??>
<#elseif isJSF22?? || isJSF30??>
xmlns:cc="http://xmlns.jcp.org/jsf/composite">
<#else>
xmlns:cc="http://java.sun.com/jsf/composite">
Expand Down

0 comments on commit a44ded7

Please sign in to comment.