You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2015/04/19 14:14:35 UTC

wicket git commit: WICKET-5887 wicket.xsd refers to non-existing xhtml.label:attlist

Repository: wicket
Updated Branches:
  refs/heads/master e07475cf9 -> fa7677df6


WICKET-5887 wicket.xsd refers to non-existing xhtml.label:attlist


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/fa7677df
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/fa7677df
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/fa7677df

Branch: refs/heads/master
Commit: fa7677df6d41279ecf2f194210a6978d29fb218a
Parents: e07475c
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Sun Apr 19 15:14:19 2015 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Sun Apr 19 15:14:19 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/fa7677df/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 7d8fca5..6d00aad 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>