Skip to content

Commit 18a4aa1

Browse files
committed
correcting typo
1 parent 34a57a3 commit 18a4aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<xsl:value-of select="format-number(ratioOfValidLinks,'0.00%')"/>
8484
</td>
8585
<td>
86-
<xsl:value-of select="numOfResourceses"/>
86+
<xsl:value-of select="numOfResources"/>
8787
</td>
8888
<td>
8989
<xsl:value-of select="format-number(avgNumOfResources,'0.0')"/>

0 commit comments

Comments
 (0)