Skip to content

Commit

Permalink
Revert commit "Remove nav class also for ul element"
Browse files Browse the repository at this point in the history
  • Loading branch information
richard67 committed Jun 10, 2018
1 parent e9844ff commit 753d485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mod_menu/tmpl/default.php
Expand Up @@ -20,7 +20,7 @@

// The menu class is deprecated. Use mod-menu instead
?>
<ul<?php echo $id; ?> class="mod-menu<?php echo $class_sfx; ?>">
<ul<?php echo $id; ?> class="mod-menu nav<?php echo $class_sfx; ?>">
<?php foreach ($list as $i => &$item)
{
$class = 'nav-item';
Expand Down

0 comments on commit 753d485

Please sign in to comment.