From: Bob Stayton Date: Sat, 6 Jul 2002 04:56:39 +0000 (+0000) Subject: Bug fix for inlinegraphic not being inline. X-Git-Tag: release/1.79.1~6^2~5483 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=35768184fbbba3ed8db67a52cf47960181642fdd;p=docbook-dsssl 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. --- 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