From: Michael Smith Date: Tue, 17 Jul 2007 16:14:37 +0000 (+0000) Subject: Changed handling of titles for note, warning, caution, important, X-Git-Tag: release/1.79.1~6^2~1924 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf7f8c3397bba1a719aeb302dfa5382cb5e945d2;p=docbook-dsssl Changed handling of titles for note, warning, caution, important, tip admonitions: We now output and HTML h3 head only if admon.textlabel is non-zero or if the admonition actually contains a title; otherwise, we don't output an h3 head at all. (Previously, we were outputting an empty h3 if the admon.textlabel was zero and if the admonition had no title.) --- diff --git a/xsl/html/admon.xsl b/xsl/html/admon.xsl index 61c6a5af7..e79dfc56f 100644 --- a/xsl/html/admon.xsl +++ b/xsl/html/admon.xsl @@ -112,12 +112,12 @@ -

- - + +

+ - -

+

+