MDL-57321 theme_boost: Fix improperly nested ul elements in footer

This commit is contained in:
Cameron Ball
2017-03-01 11:35:50 +08:00
parent c77cdbd704
commit 32778e73de
@@ -8,8 +8,10 @@
{{/url}}
{{/divider}}
{{#haschildren}}
<ul class="list-unstyled m-l-1">
{{> theme_boost/custom_menu_footer }}
</ul>
<li>
<ul class="list-unstyled m-l-1">
{{> theme_boost/custom_menu_footer }}
</ul>
</li>
{{/haschildren}}
{{/children}}