You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2013/03/07 13:08:06 UTC

svn commit: r1453797 - /commons/proper/fileupload/trunk/src/site/site.xml

Author: simonetripodi
Date: Thu Mar  7 12:08:05 2013
New Revision: 1453797

URL: http://svn.apache.org/r1453797
Log:
trivial: code format, no functional modifications

Modified:
    commons/proper/fileupload/trunk/src/site/site.xml

Modified: commons/proper/fileupload/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/src/site/site.xml?rev=1453797&r1=1453796&r2=1453797&view=diff
==============================================================================
--- commons/proper/fileupload/trunk/src/site/site.xml (original)
+++ commons/proper/fileupload/trunk/src/site/site.xml Thu Mar  7 12:08:05 2013
@@ -25,18 +25,17 @@
   </bannerRight>
 
   <body>
-
     <menu name="Commons FileUpload">
-      <item name="Overview"                 href="/index.html"/>
-      <item name="User guide"               href="/using.html"/>
-      <item name="Streaming API"            href="/streaming.html"/>
-      <item name="FAQ"                      href="/faq.html"/>
-      <item name="Javadoc"                  href="apidocs/index.html"/>
-      <item name="Mailing lists"            href="/mail-lists.html"/>
-      <item name="Issue Tracking"           href="/issue-tracking.html"/>
-      <item name="Team"                     href="/team-list.html"/>
-      <item name="SVN repository"           href="/source-repository.html"/>
+      <item name="Overview"                 href="/index.html" />
+      <item name="User guide"               href="/using.html" />
+      <item name="Streaming API"            href="/streaming.html" />
+      <item name="FAQ"                      href="/faq.html" />
+      <item name="Javadoc"                  href="apidocs/index.html" />
+      <item name="Mailing lists"            href="/mail-lists.html" />
+      <item name="Issue Tracking"           href="/issue-tracking.html" />
+      <item name="Team"                     href="/team-list.html" />
+      <item name="SVN repository"           href="/source-repository.html" />
     </menu>
-
   </body>
+
 </project>