Need trailing / to match docs.
This commit is contained in:
parent
34573de581
commit
2ebee7fa82
@ -357,7 +357,7 @@ sub set_template_dir {
|
|||||||
$self -> {"templatepath"} .= "/" unless($self -> {"templatepath"} =~ m|/$|); # templatepath must have trailing slash
|
$self -> {"templatepath"} .= "/" unless($self -> {"templatepath"} =~ m|/$|); # templatepath must have trailing slash
|
||||||
|
|
||||||
# The URL...
|
# The URL...
|
||||||
$self -> {"templateurl"} = path_join($self -> {"cgi"} -> url(-base => 1), $self -> {"templatepath"})
|
$self -> {"templateurl"} = path_join($self -> {"cgi"} -> url(-base => 1), $self -> {"templatepath"})."/"
|
||||||
if($self -> {"cgi"});
|
if($self -> {"cgi"});
|
||||||
|
|
||||||
# And the common path, if possible
|
# And the common path, if possible
|
||||||
|
Loading…
x
Reference in New Issue
Block a user