Skip to content

Commit 8daa814

Browse files
committed
number formatting
1 parent 81b7e46 commit 8daa814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curation-app/src/main/resources/xslt/CollectionReport2HTML.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@
595595
</td>
596596

597597
<td align="right">
598-
<xsl:value-of select="./@count" />
598+
<xsl:value-of select="format-number(./@count, '###,##0')" />
599599
</td>
600600
<td align="right">
601601
<xsl:value-of

0 commit comments

Comments
 (0)