From 584f02507f39e38ffca57b3f72966e2bb9fbf904 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Tue, 11 Feb 2014 22:59:05 +0000 Subject: [PATCH] Fix check for nested links. --- xsl/html/inline.xsl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/xsl/html/inline.xsl b/xsl/html/inline.xsl index 2c1ce46d7..6fc48dfc1 100644 --- a/xsl/html/inline.xsl +++ b/xsl/html/inline.xsl @@ -31,7 +31,7 @@ - + WARNING: nested link may be undefined in output: < @@ -41,14 +41,16 @@ @linkend = ' - '. + '> @xlink:href = ' - '. + '> + nested inside parent element + -- 2.50.1