]> granicus.if.org Git - docbook-dsssl/commitdiff
Allow inlines in HTML table caption
authorNorman Walsh <ndw@nwalsh.com>
Mon, 12 Mar 2007 21:36:15 +0000 (21:36 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Mon, 12 Mar 2007 21:36:15 +0000 (21:36 +0000)
docbook/relaxng/docbook/src/htmltbl.rnc

index 738a1c3f9dae114a3b9d1b41de2070afbabfde7c..fd6413a4a1f277990815d7413271faf8f2ae0ba6 100644 (file)
@@ -306,7 +306,7 @@ div {
    db.html.caption =
       element caption {
          db.html.caption.attlist,
-         text
+         db.all.inlines*
       }
 }