Fix to resolve conflict for #1662 PR

This commit is contained in:
iliajie
2022-07-20 20:25:10 +03:00
parent 0002827690
commit 7096c0f998

View File

@@ -230,4 +230,3 @@ sub add_webprefix
my ($link) = @_;
return $link =~ /^\// ? &get_webprefix().$link : $link;
}