preproc: Fix lv:any-only conversion broken from last commit

Gah.

This system really needs tests.
master v2.9.2
Mike Gerwitz 2018-02-19 11:41:27 -05:00
parent 1f545a11ff
commit 34b82e7f7e
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@
<xsl:sequence select="@*" />
<xsl:attribute name="any" select="'true'" />
<xsl:sequence select="*" />
<xsl:sequence select="lv:any/*" />
</xsl:copy>
<preproc:repass src="lv:classify any" />