Skip to content

Commit

Permalink
Update navigationen.md (#240)
Browse files Browse the repository at this point in the history
cc Oliver Hinz
  • Loading branch information
eaCe authored Jun 16, 2022
1 parent 8147df7 commit 192e591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion navigationen.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ if ($cats) {
$catName = $cat->getName(); // Name der Kategorie
$catUrl = rex_getUrl($catId); // Url anhand ID ermitteln
// Zwischenspeichern des Ergebnisses
$catoutput .= '<li><a href="' . $catUrl . '">' . $catName . '<a></li>' . "\n";
$catoutput .= '<li><a href="' . $catUrl . '">' . $catName . '</a></li>' . "\n";
}
}
echo '<ul class="catlist">' . $catoutput . '</ul>';
Expand Down

0 comments on commit 192e591

Please sign in to comment.