Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Commit

Permalink
Merge pull request #629 from colin-marshall/mobile-menu-fix
Browse files Browse the repository at this point in the history
Added missing angle bracket
  • Loading branch information
olefredrik committed Dec 15, 2015
2 parents 5158a3d + f25bf3a commit f82a8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/navigation.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function foundationpress_mobile_nav() {
'menu' => __( 'mobile-nav', 'foundationpress' ),
'menu_class' => 'vertical menu',
'theme_location' => 'mobile-nav',
'items_wrap' => '<ul id="%1$s" class="%2$s show-for-small-only" data-accordion-menu%3$s</ul>',
'items_wrap' => '<ul id="%1$s" class="%2$s show-for-small-only" data-accordion-menu>%3$s</ul>',
'fallback_cb' => false,
'walker' => new Foundationpress_Mobile_Walker(),
));
Expand Down

0 comments on commit f82a8dc

Please sign in to comment.