Menu

#3 typo in Pdoc::Html::Converters::Modules::TreeFile

open
nobody
None
5
2006-06-06
2006-06-06
kirovs
No

Instead of:
# If no root url, file is always local
$url .= $file . '.html';
should read
# If no root url, file is always local
$url = $file . '.html';
otherwise one gets absolute name instead of local and
it is also a wrong one.

Discussion


Log in to post a comment.