One more minor indentation fix.
This commit is contained in:
parent
afc22676c9
commit
fff8324f5e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48669
1 changed files with 4 additions and 2 deletions
|
@ -142,8 +142,10 @@
|
|||
enddate/day >= $curdate.day))]">
|
||||
|
||||
<xsl:sort select="startdate/year" order="ascending"/>
|
||||
<xsl:sort select="format-number(startdate/month, '00')" order="ascending"/>
|
||||
<xsl:sort select="format-number(startdate/day, '00')" order="ascending"/>
|
||||
<xsl:sort select="format-number(startdate/month, '00')"
|
||||
order="ascending"/>
|
||||
<xsl:sort select="format-number(startdate/day, '00')"
|
||||
order="ascending"/>
|
||||
|
||||
<h3>
|
||||
<xsl:attribute name="id">
|
||||
|
|
Loading…
Reference in a new issue