| commit | e8235be1ed77e3bd24bb31e816dca08e5ba0392a | [log] [tgz] |
|---|---|---|
| author | Akron <nils@diewald-online.de> | Mon Jun 27 11:02:18 2016 +0200 |
| committer | Akron <nils@diewald-online.de> | Thu Apr 27 20:11:25 2017 +0200 |
| tree | a423cf0bdfc720986e2f298cea0455a0483fcc35 | |
| parent | 2cb9a3da502840b121df52c4611c2bf3441e7167 [diff] [blame] |
Improved user management routes Change-Id: I3310e03a96565f6c02fe48710c1ef4e48e6fe115
diff --git a/lib/Kalamar/Plugin/KalamarHelpers.pm b/lib/Kalamar/Plugin/KalamarHelpers.pm index 97e3d55..8ae6c1e 100644 --- a/lib/Kalamar/Plugin/KalamarHelpers.pm +++ b/lib/Kalamar/Plugin/KalamarHelpers.pm
@@ -106,7 +106,7 @@ my $scope = shift; # Create unordered list - my $html = "<ul>\n"; + my $html = '<ul class="nav">'."\n"; # Embed all link tags foreach (@$items) {