diff options
-rw-r--r-- | xslt/sensuscsv.xslt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/sensuscsv.xslt b/xslt/sensuscsv.xslt index f94eb7374..a2f37bd62 100644 --- a/xslt/sensuscsv.xslt +++ b/xslt/sensuscsv.xslt @@ -142,7 +142,7 @@ </xsl:call-template> </xsl:variable> <xsl:attribute name="depth"> - <xsl:value-of select="$depth div 1000"/> + <xsl:value-of select="($depth - 1000) div 100"/> </xsl:attribute> <xsl:variable name="temp"> |