]> granicus.if.org Git - docbook-dsssl/commitdiff
Patch #565199: fix quotation marks in draft URL generation in CSS
authorNorman Walsh <ndw@nwalsh.com>
Sun, 9 Jun 2002 09:21:36 +0000 (09:21 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sun, 9 Jun 2002 09:21:36 +0000 (09:21 +0000)
xsl/html/docbook.xsl

index 8458e0b837eb4faff15145811c9831010957574e..4f8727851002bc3087a14a054dcca7e2f3d5fadd 100644 (file)
   <xsl:if test="ancestor-or-self::*[@status][1]/@status = 'draft'
                 and $draft.watermark.image != ''">
     <style type="text/css"><xsl:text>
-body { background-image: url("</xsl:text>
-<xsl:value-of select="$draft.watermark.image"/><xsl:text>");
+body { background-image: url('</xsl:text>
+<xsl:value-of select="$draft.watermark.image"/><xsl:text>');
        background-repeat: no-repeat;
        background-position: top left;
        /* The following properties make the watermark "fixed" on the page. */