List:Commits« Previous MessageNext Message »
From:jstephens Date:July 13 2006 10:55am
Subject:svn commit - mysqldoc@docsrva: r2724 - trunk/refman-5.0
View as plain text  
Author: jstephens
Date: 2006-07-13 12:55:47 +0200 (Thu, 13 Jul 2006)
New Revision: 2724

Log:
Fixed mismatch in actual vs declared # of columns in table

Modified:
   trunk/refman-5.0/language-structure.xml


Modified: trunk/refman-5.0/language-structure.xml
===================================================================
--- trunk/refman-5.0/language-structure.xml	2006-07-13 08:41:21 UTC (rev 2723)
+++ trunk/refman-5.0/language-structure.xml	2006-07-13 10:55:47 UTC (rev 2724)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 456 bytes

@@ -813,7 +813,7 @@
     </para>
 
     <informaltable>
-      <tgroup cols="3">
+      <tgroup cols="2">
         <colspec colwidth="15*"/>
         <colspec colwidth="15*"/>
         <tbody>


Thread
svn commit - mysqldoc@docsrva: r2724 - trunk/refman-5.0jstephens13 Jul