From 35768184fbbba3ed8db67a52cf47960181642fdd Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Sat, 6 Jul 2002 04:56:39 +0000 Subject: [PATCH] Bug fix for inlinegraphic not being inline. The test for setting $viewport to 0 was test="inlinegraphic | ancestor::inlinemediaobject | ancestor::inlineequation" when it should be: test="local-name(.) = 'inlinegraphic' or ancestor::inlinemediaobject or ancestor::inlineequation" Now inlinegraphics are inline. --- xsl/html/graphics.xsl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xsl/html/graphics.xsl b/xsl/html/graphics.xsl index 9b7690ad9..01a22dccf 100644 --- a/xsl/html/graphics.xsl +++ b/xsl/html/graphics.xsl @@ -395,9 +395,9 @@ - 0 + 0 -- 2.50.1