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

This commit is contained in:
Cameron Ball
2017-03-01 11:37:28 +08:00
parent 962e3eb662
commit ae8388d51c
@@ -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}}