You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by de...@apache.org on 2012/08/19 22:30:41 UTC

svn commit: r1374839 - /commons/proper/commons-parent/trunk/src/site/site.xml

Author: dennisl
Date: Sun Aug 19 20:30:41 2012
New Revision: 1374839

URL: http://svn.apache.org/viewvc?rev=1374839&view=rev
Log:
Order elements according to the xml schema.

Modified:
    commons/proper/commons-parent/trunk/src/site/site.xml

Modified: commons/proper/commons-parent/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/src/site/site.xml?rev=1374839&r1=1374838&r2=1374839&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/site/site.xml (original)
+++ commons/proper/commons-parent/trunk/src/site/site.xml Sun Aug 19 20:30:41 2012
@@ -57,6 +57,18 @@
   </skin>
 
   <body>
+    <head>
+      <!-- Better display of <source> code sections -->
+      <!-- Note: the $relativePath reference is resolved by the template -->
+      <link rel="stylesheet" href="$relativePath/css/prettify.css" type="text/css" media="all" />
+      <script type="text/javascript" src="$relativePath/js/prettify.js"></script>
+      <script type="text/javascript">
+          window.onload=function() {
+              prettyPrint();
+          }
+      </script>
+    </head>
+
     <!-- N.B. body links are automatically inherited -->
     <links>
       <item name="ApacheCon" href="http://www.apachecon.com/"/>
@@ -64,18 +76,6 @@
       <item name="Commons" href="http://commons.apache.org/" />
     </links>
 
-    <head>
-    <!-- Better display of <source> code sections -->
-    <!-- Note: the $relativePath reference is resolved by the template -->
-    <link rel="stylesheet" href="$relativePath/css/prettify.css" type="text/css" media="all" />
-    <script type="text/javascript" src="$relativePath/js/prettify.js"></script>
-    <script type="text/javascript">
-        window.onload=function() {
-            prettyPrint();
-        }
-    </script>
-    </head>
-    
     <menu ref="reports" inherit="bottom" />
 
     <menu name="Commons" inherit="bottom">