From 848545431ace711ca858f06e010923c47eff9745 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Mon, 16 Apr 2001 13:15:14 +0000 Subject: [PATCH] Patches Tracker #415439: support title attribute on HTML anchors associated with xrefs --- xsl/html/xref.xsl | 64 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) diff --git a/xsl/html/xref.xsl b/xsl/html/xref.xsl index 142cfadef..c367dc398 100644 --- a/xsl/html/xref.xsl +++ b/xsl/html/xref.xsl @@ -89,6 +89,10 @@ + + + + @@ -214,6 +218,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [ + + + + + + + + + ] + + + + + + + + + + + + + + + -- 2.50.1