diff --git a/src/fr/devinsy/statoolinfos/htmlize/PropertyFileCheckPage.java b/src/fr/devinsy/statoolinfos/htmlize/PropertyFileCheckPage.java index ae6100e..c3a87b1 100644 --- a/src/fr/devinsy/statoolinfos/htmlize/PropertyFileCheckPage.java +++ b/src/fr/devinsy/statoolinfos/htmlize/PropertyFileCheckPage.java @@ -100,7 +100,7 @@ public class PropertyFileCheckPage TagDataManager data = new TagDataManager(); data.setContent("warningCount", checks.getWarningCount()); - data.setContent("alertCount", checks.getAlertCount()); + data.setContent("errorCount", checks.getErrorCount()); data.setContent("voidCount", checks.getVoidCount()); // diff --git a/src/fr/devinsy/statoolinfos/htmlize/propertyFileCheck.xhtml b/src/fr/devinsy/statoolinfos/htmlize/propertyFileCheck.xhtml index 36b57e6..76d1a01 100644 --- a/src/fr/devinsy/statoolinfos/htmlize/propertyFileCheck.xhtml +++ b/src/fr/devinsy/statoolinfos/htmlize/propertyFileCheck.xhtml @@ -23,7 +23,7 @@ Statistiques : n/a - n/a + n/a n/a