diff --git a/src/fr/devinsy/statoolinfos/checker/PropertyChecker.java b/src/fr/devinsy/statoolinfos/checker/PropertyChecker.java index cedc891..10c2d27 100644 --- a/src/fr/devinsy/statoolinfos/checker/PropertyChecker.java +++ b/src/fr/devinsy/statoolinfos/checker/PropertyChecker.java @@ -155,7 +155,7 @@ public class PropertyChecker this.serviceRules.add("service.name", STRING, PropertyMode.MANDATORY); this.serviceRules.add("service.description", STRING, PropertyMode.WISHED); - this.serviceRules.add("service.website", URL, PropertyMode.WISHED); + this.serviceRules.add("service.website", URL, PropertyMode.MANDATORY); this.serviceRules.add("service.logo", URL, PropertyMode.WISHED); this.serviceRules.add("service.contact.url", URL, PropertyMode.WISHED); this.serviceRules.add("service.contact.email", EMAIL, PropertyMode.WISHED); diff --git a/src/fr/devinsy/statoolinfos/htmlize/about.xhtml b/src/fr/devinsy/statoolinfos/htmlize/about.xhtml index 7be63c6..c7592a5 100644 --- a/src/fr/devinsy/statoolinfos/htmlize/about.xhtml +++ b/src/fr/devinsy/statoolinfos/htmlize/about.xhtml @@ -30,6 +30,7 @@