Commit 242ca35 1 parent 3418e4c commit 242ca35 Copy full SHA for 242ca35
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 822
822
<xsl:choose>
823
823
<xsl:when test="normalize-space(@id) = ''">false</xsl:when>
824
824
<xsl:when test="ancestor-or-self::plateau:annex and $level >= 2">false</xsl:when>
825
- <xsl:when test="$type = 'bibliography' and $level >= 2">false</xsl:when>
825
+ <!-- < xsl:when test="$type = 'bibliography' and $level >= 2">false</xsl:when> -- >
826
826
<xsl:when test="$type = 'bibliography'">true</xsl:when>
827
- <xsl:when test="$type = 'references' and $level >= 2">false</xsl:when>
827
+ <!-- <xsl:when test="$type = 'references' and $level >= 2">false</xsl:when> -->
828
+ <xsl:when test="$type = 'references'">true</xsl:when>
828
829
<xsl:when test="ancestor-or-self::plateau:colophon">true</xsl:when>
829
830
<xsl:when test="$section = '' and $type = 'clause' and $level = 1 and ancestor::plateau:preface">true</xsl:when>
830
831
<xsl:when test="$section = '' and $type = 'clause'">false</xsl:when>
You can’t perform that action at this time.
0 commit comments