From: Norman Walsh Date: Mon, 12 Mar 2007 21:36:15 +0000 (+0000) Subject: Allow inlines in HTML table caption X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f64c16ec0703f9711234112c79b002ea55b53f50;p=docbook-dsssl Allow inlines in HTML table caption --- diff --git a/docbook/relaxng/docbook/src/htmltbl.rnc b/docbook/relaxng/docbook/src/htmltbl.rnc index 738a1c3f9..fd6413a4a 100644 --- a/docbook/relaxng/docbook/src/htmltbl.rnc +++ b/docbook/relaxng/docbook/src/htmltbl.rnc @@ -306,7 +306,7 @@ div { db.html.caption = element caption { db.html.caption.attlist, - text + db.all.inlines* } }