Skip to content

Commit

Permalink
remove: Deprecated $class
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbruce committed Feb 23, 2024
1 parent 581a89d commit 73c92aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site-root/public/foot.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
($uri !== '/' and $href === '/') or
str_starts_with($uri, $href) === false
) {
print('<li><a '. $class . 'href="' . $href . '">' . $linkText . '</a></li>');
print('<li><a href="' . $href . '">' . $linkText . '</a></li>');

} else {
print('<li><span>' . $linkText . '</li>');
Expand Down

0 comments on commit 73c92aa

Please sign in to comment.