From cee482ca4ee003a01b0e7bc15f4f19d64053b32b Mon Sep 17 00:00:00 2001 From: Damyon Wiese Date: Tue, 15 Nov 2016 11:01:23 +0800 Subject: [PATCH] MDL-56703 boost: Fix mustache html warnings Don't put div in a span --- theme/boost/templates/flat_navigation.mustache | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/theme/boost/templates/flat_navigation.mustache b/theme/boost/templates/flat_navigation.mustache index 4003df7f561..fa3b35ab26e 100644 --- a/theme/boost/templates/flat_navigation.mustache +++ b/theme/boost/templates/flat_navigation.mustache @@ -63,7 +63,7 @@ {{/showdivider}} {{#action}} - +
{{#is_section}}
@@ -75,17 +75,17 @@ {{^is_section}} {{{text}}} {{/is_section}} - +
{{/action}} {{^action}}
- +
{{#is_section}} {{#pix}}i/folder{{/pix}} {{/is_section}} {{{text}}} - +
{{/action}} {{/ flatnavigation }}