]> granicus.if.org Git - docbook-dsssl/commitdiff
Added quotes around linkend to make spaces visible
authorThomas Schraitle <tom_schr@web.de>
Mon, 29 Jun 2015 14:38:09 +0000 (14:38 +0000)
committerThomas Schraitle <tom_schr@web.de>
Mon, 29 Jun 2015 14:38:09 +0000 (14:38 +0000)
xsl/common/common.xsl

index 147384697d9af876eb55365569a2ed350ea6d981..d76c9d6ac1ef7e4603312eb7fbacca3fbe466ef7 100644 (file)
@@ -1221,7 +1221,7 @@ the ID is not unique.</para>
     <xsl:if test="count($targets)=0">
       <xsl:message>
         <xsl:text>Error: no ID for constraint linkend: </xsl:text>
-        <xsl:value-of select="$linkend"/>
+        <xsl:value-of select="concat('&quot;', $linkend, '&quot;')"/>
         <xsl:text>.</xsl:text>
       </xsl:message>
       <!--