Pārlūkot izejas kodu

HUE-6077 [frontend] Remove lonely li end tag from left nav

Johan Ahlen 8 gadi atpakaļ
vecāks
revīzija
be2220a
1 mainītis faili ar 3 papildinājumiem un 4 dzēšanām
  1. 3 4
      desktop/core/src/desktop/templates/hue.mako

+ 3 - 4
desktop/core/src/desktop/templates/hue.mako

@@ -273,10 +273,9 @@ ${ hueIcons.symbols() }
         % if other_apps:
         <li class="header">&nbsp;</li>
         <li class="header" style="padding-left: 4px; border-bottom: 1px solid #DDD; padding-bottom: 3px;">${ _('Apps') }</li>
-          % for other in other_apps:
-            <li><a href="/${ other.display_name }">${ other.nice_name }</a></li>
-          % endfor
-        </li>
+        % for other in other_apps:
+        <li><a href="/${ other.display_name }">${ other.nice_name }</a></li>
+        % endfor
         % endif
       </ul>
       <div class="left-nav-drop">