From bf7f8c3397bba1a719aeb302dfa5382cb5e945d2 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 17 Jul 2007 16:14:37 +0000 Subject: [PATCH] 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.) --- xsl/html/admon.xsl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 @@ -

- - + +

+ - -

+

+ -- 2.50.1