Skip to content

Commit

Permalink
#22 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Nov 20, 2016
1 parent dc07f9a commit a09d3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/xsl/domains.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<li>
<xsl:value-of select="name"/>
<xsl:text>: </xsl:text>
<xsl:value-of select="format-number(usage, '###,###,###')"/>
<xsl:value-of select="format-number(usage div 1024, '###,###,###')"/>
<xsl:text>Kb </xsl:text>
<a href="{links/link[@rel='delete']/@href}">
<xsl:text>delete</xsl:text>
Expand Down

0 comments on commit a09d3dd

Please sign in to comment.