Simplify the tree implementation a bit more

This commit is contained in:
Eelco Dolstra
2013-02-20 00:54:03 +01:00
parent 1a992d170d
commit 41d7d63339
3 changed files with 21 additions and 27 deletions

View File

@ -45,8 +45,7 @@
<ul class='subtree' style="{$style}">
<xsl:for-each select='line|nest'>
<li class='tree-line'>
<span class='tree-conn' />
<li>
<xsl:apply-templates select='.'/>
</li>
</xsl:for-each>