]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update component.html 7494/head
authorvermeirentony <tony_vermeiren@hotmail.com>
Fri, 11 Dec 2015 11:05:28 +0000 (12:05 +0100)
committervermeirentony <tony_vermeiren@hotmail.com>
Fri, 11 Dec 2015 11:05:28 +0000 (12:05 +0100)
Event names should be lowercase in the documentation to match the plugin events

docs/layout/component.html

index 9a8aa919e5cf67bcf3f306239f83f10795b0ea57..41fd7b8b7eeaf70a013c3a743e30d7b519665aa3 100644 (file)
       </thead>
       {{#each js.event}}
         <tr>
-          <td>{{this.name}}.zf.{{../title}}</td>
+          <td>{{this.name}}.zf.{{toLower ../title}}</td>
           <td>{{this.description}}</td>
         </tr>
       {{/each}}