Skip to content

Commit

Permalink
Merge pull request #8017 from matthiasblaesing/typo_cc_template
Browse files Browse the repository at this point in the history
web.jsf: Fix typo in JSF composite component template
  • Loading branch information
matthiasblaesing authored Dec 5, 2024
2 parents 583e9ca + a44ded7 commit 6bf406f
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 6bf406f

Please sign in to comment.