Skip to content

Commit

Permalink
Fix warning in C4.13 default template nav_default.html5 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
zonky2 authored Jan 27, 2025
1 parent e70ca4e commit 124ffbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Controller/FrontendModule/StepsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ private function buildNavigationItems(FormManager $manager)
'nofollow' => true,
'accesskey' => '',
'target' => '',
'tabindex' => '',
];
}

Expand Down

0 comments on commit 124ffbc

Please sign in to comment.