List:Commits« Previous MessageNext Message »
From:stefan Date:October 31 2006 9:52pm
Subject:svn commit - mysqldoc@docsrva: r3813 - trunk/gui-common
View as plain text  
Author: shinz
Date: 2006-10-31 22:52:00 +0100 (Tue, 31 Oct 2006)
New Revision: 3813

Log:
Quick fix (add ID) to stop make.valid from complaining

Modified:
   trunk/gui-common/starting-all.xml


Modified: trunk/gui-common/starting-all.xml
===================================================================
--- trunk/gui-common/starting-all.xml	2006-10-31 20:31:13 UTC (rev 3812)
+++ trunk/gui-common/starting-all.xml	2006-10-31 21:52:00 UTC (rev 3813)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 542 bytes

@@ -7,7 +7,7 @@
     <!ENTITY % gui-common.entities    SYSTEM "../gui-common/gui-common.ent">
     %gui-common.entities;
     ]>
-  <chapter>
+  <chapter id="starting-gui">
     
     <!--starting tools-->
     

@@ -177,4 +177,4 @@
     </section>
     
   </chapter>
-  
\ No newline at end of file
+  


Thread
svn commit - mysqldoc@docsrva: r3813 - trunk/gui-commonstefan31 Oct