Skip to content

Commit

Permalink
reset term list to false in default config
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelberra committed Jun 15, 2024
1 parent e21b2eb commit 3578ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/evt_builder-config.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@
<!-- EN: On/Off term list -->
<!-- IT: Attiva/disattiva lista terms -->
<!-- default: true() -->
<xsl:param name="list_term" select="true()"/>
<xsl:param name="list_term" select="false()"/>

<!-- EN: On/Off gloss list -->
<!-- IT: Attiva/disattiva lista glosses -->
Expand Down

0 comments on commit 3578ba7

Please sign in to comment.