Author: craigmcc
Date: Thu Jul  6 13:29:58 2006
New Revision: 419693

URL: http://svn.apache.org/viewvc?rev=419693&view=rev
Log:
Fix well-formedness goof in index.xml that messed up site generation
(zero length index.html file) without failing the build.

Modified:
    shale/trunk/src/site/xdoc/index.xml

Modified: shale/trunk/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/shale/trunk/src/site/xdoc/index.xml?rev=419693&r1=419692&r2=419693&view=diff
==============================================================================
--- shale/trunk/src/site/xdoc/index.xml (original)
+++ shale/trunk/src/site/xdoc/index.xml Thu Jul  6 13:29:58 2006
@@ -268,7 +268,7 @@
     <section name="Shale Mailing Lists">
     <a name="mail"/>
 
-      <p>As an Apache Struts sub-project, Shale shares the <i>user at 
+      <p>As an Apache project, Shale utilizes <i>user at 
       shale.apache.org</i> and <i>dev at shale.apache.org</i> mailing lists.
       Subscription information can be found
       <a href="mail-lists.html">here</a>.</p>
@@ -280,8 +280,8 @@
     <a name="issue"/>
 
       <p>Please report any bugs, or log any enhancement requests, in the
-      <a href="http://issues.apache.org/struts";>Apache Issue Tracking 
System</a>
-,
+      <a href="http://issues.apache.org/struts";>Apache Issue Tracking
+      System</a>.</p>
 
     </section>
 


Reply via email to