(texinfo docbook): informaltable is a block element.
authorAndy Wingo <wingo@pobox.com>
Sat, 9 Feb 2013 17:19:06 +0000 (18:19 +0100)
committerAndy Wingo <wingo@pobox.com>
Sat, 9 Feb 2013 17:19:06 +0000 (18:19 +0100)
* module/texinfo/docbook.scm (*sdocbook-block-commands*): informaltable
  is a block element.

module/texinfo/docbook.scm

index c5a8d65..f3f993d 100644 (file)
@@ -135,7 +135,7 @@ each other. @xref{texinfo docbook sdocbook-flatten,,sdocbook-flatten},
 for more information." 
   '(para programlisting informalexample indexterm variablelist
     orderedlist refsect1 refsect2 refsect3 refsect4 title example
-    note itemizedlist))
+    note itemizedlist informaltable))
 
 (define (inline-command? command)
   (not (memq command *sdocbook-block-commands*)))