Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodle
moodle
Commits
32778e73
Verified
Commit
32778e73
authored
Dec 15, 2016
by
Cameron Ball
Browse files
MDL-57321 theme_boost: Fix improperly nested ul elements in footer
parent
c77cdbd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
theme/boost/templates/custom_menu_footer.mustache
View file @
32778e73
...
...
@@ -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
}}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment