Merge "Hygiene: remove outdated comment in footer.mustache"

This commit is contained in:
jenkins-bot 2019-04-04 18:15:30 +00:00 committed by Gerrit Code Review
commit e0f96e5f7c
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@
<div class="license">{{{licensehtml}}}</div> <div class="license">{{{licensehtml}}}</div>
{{#lists}} {{#lists}}
<ul class="footer-{{name}} hlist hlist-separated"> <ul class="footer-{{name}} hlist hlist-separated">
{{! "." means "current context", which allows us to iterate over Plain Old PHP Arrays™. }}
{{#items}}<li id="footer-{{category}}-{{name}}">{{{linkhtml}}}</li>{{/items}} {{#items}}<li id="footer-{{category}}-{{name}}">{{{linkhtml}}}</li>{{/items}}
</ul> </ul>
{{/lists}} {{/lists}}