Note in several packages when the gateway URL is appended to input. Fixes bug #11621

This commit is contained in:
Colin Kuskie 2010-07-12 10:43:33 -07:00
parent 0e9194114f
commit 5ced1c3bcf
4 changed files with 7 additions and 3 deletions

View file

@ -563,7 +563,7 @@ sub exportGetDescendants {
=head2 exportGetUrlAsPath ( index )
Translates a URL into an appropriate path and filename for exporting. For
Translates an asset's URL into an appropriate path and filename for exporting. For
example, given C<'/foo/bar/baz'>, will return C<'/foo/bar/baz/index.html'>
provided the value of indexFile as given to exportAsHtml was C<'index.html'>.