X-Git-Url: https://gitweb.ps.run/ps-gitweb/blobdiff_plain/e894074b9768ff98e14874a71cc285f27c8b6504..3a81b5ac2fc1dfda68584a7ab138a7fbbb183707:/gitweb/gitweb.perl
diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl
index ccbd12a..ca18cf4 100755
--- a/gitweb/gitweb.perl
+++ b/gitweb/gitweb.perl
@@ -7259,7 +7259,7 @@ sub get_markdown {
}
}
}
- if ($_ =~ /(]href="[^/])(.*?)"/) {
+ if ($_ =~ /(]href="[^\/])(.*?)"/) {
my $origcut = "".$2;
my $testcut = "".$2;
my $is_anchor = ($testcut =~ /^#/);