archive
/
md-pdf
Archived
1
Fork 0

Dont show references title in toc

This commit is contained in:
Jake Howard 2017-05-23 21:59:40 +01:00
parent 9b8d861042
commit a193728ed5
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
</xsl:template>
<xsl:template match="outline:item">
<li>
<xsl:if test="@page!='2'">
<xsl:if test="@page!='2' and @title!='References'">
<div class="row">
<a class="title">
<xsl:if test="@link">