r19386 - gnucash-docs/trunk/guide/C - Fix a few problems detected by xmllint.

Mike Alexander mta at code.gnucash.org
Thu Jul 29 23:12:47 EDT 2010


Author: mta
Date: 2010-07-29 23:12:47 -0400 (Thu, 29 Jul 2010)
New Revision: 19386
Trac: http://svn.gnucash.org/trac/changeset/19386

Modified:
   gnucash-docs/trunk/guide/C/appendixd.xml
Log:
Fix a few problems detected by xmllint.

Modified: gnucash-docs/trunk/guide/C/appendixd.xml
===================================================================
--- gnucash-docs/trunk/guide/C/appendixd.xml	2010-07-29 20:42:17 UTC (rev 19385)
+++ gnucash-docs/trunk/guide/C/appendixd.xml	2010-07-30 03:12:47 UTC (rev 19386)
@@ -132,7 +132,7 @@
               </tbody>
             </tgroup>
           </table>
-          <note>The Blocking_Chars and DateFormat options are defined for all check formats in Edit->Preferences->Printing.  It is recommened that these global options be set to false (the default), and that the options be set for individual Check Items as described below.</note>
+          <note><para>The Blocking_Chars and DateFormat options are defined for all check formats in Edit->Preferences->Printing.  It is recommened that these global options be set to false (the default), and that the options be set for individual Check Items as described below.</para></note>
         </sect3>
         <sect3>
           <title>Check Positions Group</title>
@@ -192,7 +192,7 @@
                   <entry>Coords_<emphasis>n</emphasis></entry>
                   <entry>list of 2 or 4 doubles</entry>
                   <entry>mandatory</entry>
-                  <entry>This field specifies the coordinates where the item should be placed on a check, and optionally also specifies the width and height of the item.  The numbers in order are the X and Y offset of the lower left corner of the item, and optionally the width and height of the item.  If the width is supplied then the height must also be supplied, so this field will always contain two or four numbers.  For gtk versions prior to 2.10, the origin point is in the lower left corner of the page and translation values increase moving up and to the right.  For gtk version 2.10 and later, the origin point is in the upper left corner of the page and translation values increase moving down and to the right.<note>Regardless of whether the origin is at the top or the bottom of the page, the coordinates always specify the lower left point of the item.</note></entry>
+                  <entry>This field specifies the coordinates where the item should be placed on a check, and optionally also specifies the width and height of the item.  The numbers in order are the X and Y offset of the lower left corner of the item, and optionally the width and height of the item.  If the width is supplied then the height must also be supplied, so this field will always contain two or four numbers.  For gtk versions prior to 2.10, the origin point is in the lower left corner of the page and translation values increase moving up and to the right.  For gtk version 2.10 and later, the origin point is in the upper left corner of the page and translation values increase moving down and to the right.<note><para>Regardless of whether the origin is at the top or the bottom of the page, the coordinates always specify the lower left point of the item.</para></note></entry>
                 </row>
                 <row>
                   <entry>Font_<emphasis>n</emphasis></entry>
@@ -399,7 +399,7 @@
               </tbody>
             </tgroup>
           </table>
-          <note>SPLIT items include all split entries for the transaction except for the split that applies to the current account register.  This is usually the last split listed when splits are displayed in the register.  The coordinate location defines the lower left location for the split information.</note>
+          <note><para>SPLIT items include all split entries for the transaction except for the split that applies to the current account register.  This is usually the last split listed when splits are displayed in the register.  The coordinate location defines the lower left location for the split information.</para></note>
         </sect3>
       </sect2>
       <sect2 id='check_format_notes'>



More information about the gnucash-changes mailing list