Skip to content

Commit

Permalink
Fix link match
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Nov 15, 2024
1 parent 3da0ce9 commit 0ca3388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion navigation-lib.pl
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ sub nav_list_combined_menu
}
} elsif (
($link =~ /^http:\/\// || $link =~ /^https:\/\// || $link =~ /^ftp:\/\// || $link =~ /^ftps:\/\//) &&
$link !~ /virtualmin\.com\/professional/)
$link !~ /virtualmin\.com\/docs\/professional/)
{
$icon = '<i class="fa fa-fw fa-external-link"></i>';
} elsif ($link =~ /\.\.\/servers\/link\.cgi/) {
Expand Down

0 comments on commit 0ca3388

Please sign in to comment.