From aeec0bec8db1a232eeef2e653e312e07fa82c6db Mon Sep 17 00:00:00 2001 From: Jirka Kosek Date: Sat, 16 Feb 2002 22:19:27 +0000 Subject: [PATCH] Added missing support for refentries inside sections and for glossaries. --- xsl/htmlhelp/htmlhelp.xsl | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/xsl/htmlhelp/htmlhelp.xsl b/xsl/htmlhelp/htmlhelp.xsl index 7c3599788..24d833578 100644 --- a/xsl/htmlhelp/htmlhelp.xsl +++ b/xsl/htmlhelp/htmlhelp.xsl @@ -443,7 +443,7 @@ Title= "> </OBJECT> - + <UL> <LI> <OBJECT type="text/sitemap"> @@ -457,13 +457,13 @@ Title= "> </OBJECT> - </UL> - @@ -519,9 +519,9 @@ Title= "> </OBJECT> - + <UL> - + </UL> @@ -549,9 +549,9 @@ Title= "> </OBJECT> - + <UL> - </UL> @@ -580,9 +580,9 @@ Title= "> </OBJECT> - + <UL> - </UL> @@ -611,9 +611,9 @@ Title= "> </OBJECT> - + <UL> - </UL> @@ -642,9 +642,9 @@ Title= "> </OBJECT> - + <UL> - </UL> @@ -673,6 +673,12 @@ Title= "> </OBJECT> + + <UL> + + </UL> + -- 2.50.1