From: vermeirentony Date: Fri, 11 Dec 2015 11:05:28 +0000 (+0100) Subject: Update component.html X-Git-Tag: v6.0.6~47^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9059cc0c9f0110566ab6688e6b11eade80fc56e3;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update component.html Event names should be lowercase in the documentation to match the plugin events --- diff --git a/docs/layout/component.html b/docs/layout/component.html index 9a8aa919e..41fd7b8b7 100644 --- a/docs/layout/component.html +++ b/docs/layout/component.html @@ -255,7 +255,7 @@ {{#each js.event}} - {{this.name}}.zf.{{../title}} + {{this.name}}.zf.{{toLower ../title}} {{this.description}} {{/each}}