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 2014/03/12 11:05:50 UTC

[7/7] git commit: Use tabs, as in the rest of the file

Use tabs, as in the rest of the file


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

Branch: refs/heads/5531-wicket-header-items
Commit: ddb7ff3498167b632869e48703042a043d8fdef2
Parents: 3e05319
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Wed Mar 12 12:00:56 2014 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Wed Mar 12 12:00:56 2014 +0200

----------------------------------------------------------------------
 .../src/main/resources/META-INF/wicket-1.5.xsd        | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/ddb7ff34/wicket-core/src/main/resources/META-INF/wicket-1.5.xsd
----------------------------------------------------------------------
diff --git a/wicket-core/src/main/resources/META-INF/wicket-1.5.xsd b/wicket-core/src/main/resources/META-INF/wicket-1.5.xsd
index 9c5c1c0..38c975c 100644
--- a/wicket-core/src/main/resources/META-INF/wicket-1.5.xsd
+++ b/wicket-core/src/main/resources/META-INF/wicket-1.5.xsd
@@ -146,13 +146,13 @@
 		<complexType />
 	</element>
 
-    <element name="header-items">
-        <annotation>
-            <documentation><![CDATA[A special element that is used as a placeholder inside the HTML <head>
-            element. Wicket will replace it with all header contributions.]]></documentation>
-        </annotation>
-        <complexType />
-    </element>
+	<element name="header-items">
+		<annotation>
+			<documentation><![CDATA[A special element that is used as a placeholder inside the HTML <head>
+			element. Wicket will replace it with all header contributions.]]></documentation>
+		</annotation>
+		<complexType />
+	</element>
 
 	<element name="container">
 		<annotation>