Making a better look for dead cross-references.
This commit is contained in:
parent
966cb201c5
commit
7948a1ef70
1 changed files with 6 additions and 2 deletions
|
@ -55,8 +55,12 @@
|
||||||
|
|
||||||
<!-- Dead links -->
|
<!-- Dead links -->
|
||||||
<xsl:when test="count($target) = 0">
|
<xsl:when test="count($target) = 0">
|
||||||
<xsl:value-of select="@linkend"/>
|
<b>
|
||||||
<xsl:text> (link in the full book)</xsl:text>
|
<xsl:value-of select="@linkend"/>
|
||||||
|
</b>
|
||||||
|
<tt>
|
||||||
|
<xsl:text> (in the full book)</xsl:text>
|
||||||
|
</tt>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|
||||||
|
|
Reference in a new issue