Skip to content

Commit

Permalink
corrected links to next and previous issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tillgrallert committed Feb 21, 2017
1 parent 39e9527 commit 84a24d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xslt-boilerplate/teibp_main.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@
<ul>
<li>
<!-- <a href="{concat(substring-before($vFileId,'-i_'),'-i_',$vFileIssueNo +1,'.TEIP5.xml')}">-->
<a href="{descendant-or-self::tei:TEI/@next}">
<a href="{descendant-or-self::tei:TEI/@next}.TEIP5.xml">
<xsl:copy-of select="$p_text-nav_next-issue"/>
</a>
</li>
Expand All @@ -738,7 +738,7 @@
<ul>
<li>
<!--<a href="{concat(substring-before($vFileId,'-i_'),'-i_',$vFileIssueNo -1,'.TEIP5.xml')}">-->
<a href="{descendant-or-self::tei:TEI/@prev}">
<a href="{descendant-or-self::tei:TEI/@prev}.TEIP5.xml">
<xsl:copy-of select="$p_text-nav_previous-issue"/>
</a>
</li>
Expand Down

0 comments on commit 84a24d9

Please sign in to comment.