Skip to content

Commit

Permalink
set display of online facsimiles to true()
Browse files Browse the repository at this point in the history
  • Loading branch information
tillgrallert committed Apr 3, 2017
1 parent 57ed051 commit 515123e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xslt-boilerplate/teibp_parameters.xsl
Expand Up @@ -26,7 +26,7 @@
<!-- select whether you want to display page breaks and facsimiles; default: true() -->
<xsl:param name="p_display-page-breaks" select="true()"/>
<!-- select whether you want to display online or local facsimiles; default: true() -->
<xsl:param name="p_display-online-facsimiles" select="false()"/>
<xsl:param name="p_display-online-facsimiles" select="true()"/>
<!-- select whether you want to display line breaks; default: false() -->
<xsl:param name="p_display-line-breaks" select="false()"/>
<!-- select whether you want to display editorial changes; default: false() -->
Expand Down

0 comments on commit 515123e

Please sign in to comment.