Fix: upgrade problem
This commit is contained in:
parent
00ae4c6f72
commit
d883a88e2e
@ -179,10 +179,10 @@ local $olddocdir = &transname();
|
||||
local $url;
|
||||
$path = &script_path_url($d, $opts);
|
||||
if ($path =~ /^https:/) {
|
||||
$url = "https://www.$d->{'dom'}";
|
||||
$url = "https://$d->{'dom'}";
|
||||
}
|
||||
else {
|
||||
$url = "http://www.$d->{'dom'}";
|
||||
$url = "http://$d->{'dom'}";
|
||||
}
|
||||
if ($opts->{'path'} =~ /\w/) {
|
||||
$url .= $opts->{'path'};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user