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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.