Dont show references title in toc
This commit is contained in:
parent
9b8d861042
commit
a193728ed5
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Reference in a new issue