Repository: wicket Updated Branches: refs/heads/wicket-6.x 9fb49a898 -> 623f8f4ca
WICKET-5887 wicket.xsd refers to non-existing xhtml.label:attlist (cherry picked from commit fa7677df6d41279ecf2f194210a6978d29fb218a) Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/623f8f4c Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/623f8f4c Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/623f8f4c Branch: refs/heads/wicket-6.x Commit: 623f8f4caecca34356949cf1156dcb7d8bb9544d Parents: 9fb49a89 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Sun Apr 19 15:14:19 2015 +0300 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Sun Apr 19 15:14:43 2015 +0300 ---------------------------------------------------------------------- wicket-core/src/main/resources/META-INF/wicket.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/623f8f4c/wicket-core/src/main/resources/META-INF/wicket.xsd ---------------------------------------------------------------------- diff --git a/wicket-core/src/main/resources/META-INF/wicket.xsd b/wicket-core/src/main/resources/META-INF/wicket.xsd index 93d797c..6621019 100644 --- a/wicket-core/src/main/resources/META-INF/wicket.xsd +++ b/wicket-core/src/main/resources/META-INF/wicket.xsd @@ -83,7 +83,7 @@ <redefine schemaLocation="http://www.w3.org/MarkUp/SCHEMA/xhtml-basic10.xsd"> <attributeGroup name="xhtml.label.attlist"> - <attributeGroup ref="xhtml.label:attlist"/> + <attributeGroup ref="xhtml.label.attlist"/> <attribute ref="wicket:for"/> </attributeGroup> </redefine>
