diff options
author | Maverick | 2016-06-08 17:15:57 +0530 |
---|---|---|
committer | Maverick | 2016-06-08 17:15:57 +0530 |
commit | 563f35f2d8bf8f71a3fa571613fc2b43f624211f (patch) | |
tree | cf2e72fabe4b67334ed35032d208d7ab14b60856 /finalmodsheet.xsl | |
parent | f3a71d260d8fb92c73cf96c576a98ed45ab75c13 (diff) | |
download | xcos-on-web-563f35f2d8bf8f71a3fa571613fc2b43f624211f.tar.gz xcos-on-web-563f35f2d8bf8f71a3fa571613fc2b43f624211f.tar.bz2 xcos-on-web-563f35f2d8bf8f71a3fa571613fc2b43f624211f.zip |
bug fix in xsl
Diffstat (limited to 'finalmodsheet.xsl')
-rw-r--r-- | finalmodsheet.xsl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/finalmodsheet.xsl b/finalmodsheet.xsl index 80a9ab7..d2a4373 100644 --- a/finalmodsheet.xsl +++ b/finalmodsheet.xsl @@ -58,6 +58,7 @@ Look for TAG:Break1!!! may cause some problems in the future. --> <!-- <xsl:apply-templates select="name(*[1])"/> --> + <xsl:apply-templates/> </xsl:otherwise> </xsl:choose> </xsl:when> |