Making a better look for dead cross-references.

This commit is contained in:
Manuel Canales Esparcia 2006-06-11 07:43:11 +00:00
parent 966cb201c5
commit 7948a1ef70

View file

@ -55,8 +55,12 @@
<!-- Dead links -->
<xsl:when test="count($target) = 0">
<xsl:value-of select="@linkend"/>
<xsl:text> (link in the full book)</xsl:text>
<b>
<xsl:value-of select="@linkend"/>
</b>
<tt>
<xsl:text> (in the full book)</xsl:text>
</tt>
</xsl:when>
<!-- -->