]> granicus.if.org Git - docbook-dsssl/commitdiff
Fix typo in rewritten href
authorNorman Walsh <ndw@nwalsh.com>
Sun, 13 Oct 2002 15:25:41 +0000 (15:25 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sun, 13 Oct 2002 15:25:41 +0000 (15:25 +0000)
slides/xsl/xhtml/html2xhtml.xsl

index 6ae925bd15473509f52df4c1580e55dbc7d44e7a..1bc331b0ad184beb67d416fdfa694d7c67d1eda6 100644 (file)
@@ -28,7 +28,7 @@
 <xsl:template match="xsl:import[@href='http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl']">
   <xsl:copy>
     <xsl:copy-of select="@*"/>
-    <xsl:attribute name="href">'http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl'</xsl:attribute>
+    <xsl:attribute name="href">http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl</xsl:attribute>
   </xsl:copy>
 </xsl:template>