You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/06/16 03:40:23 UTC

svn commit: r190846 - /forrest/trunk/site-author/status.xml

Author: crossley
Date: Wed Jun 15 18:40:21 2005
New Revision: 190846

URL: http://svn.apache.org/viewcvs?rev=190846&view=rev
Log:
Fix issue with last commit 190796. This was breaking the building of changes.*
needed space before attribute.

Modified:
    forrest/trunk/site-author/status.xml

Modified: forrest/trunk/site-author/status.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/status.xml?rev=190846&r1=190845&r2=190846&view=diff
==============================================================================
--- forrest/trunk/site-author/status.xml (original)
+++ forrest/trunk/site-author/status.xml Wed Jun 15 18:40:21 2005
@@ -131,9 +131,9 @@
         Added document to facilitate
         <link href="site:v0.70//upgrading_07">upgrading to v0.7</link>
       </action>
-      <action context="code" type="update" dev="JJP"fixes-bug="FOR-18">
+      <action context="code" type="update" dev="JJP" fixes-bug="FOR-18">
           Config check for the i8n attribute for i18n transformer
-	  so it used only when necesary.
+	  so it is used only when necessary.
        </action>
       <action dev="DC" type="update" context="code" importance="high">
         Enhanced the Message of the Day (MOTD) facility.