fixed a double // problem with export, and added a missing entry to the change log

This commit is contained in:
JT Smith 2007-03-12 15:16:38 +00:00
parent ec569fdd6a
commit 456ec9dd0b
2 changed files with 2 additions and 0 deletions

View file

@ -144,6 +144,7 @@ sub _exportAsHtml {
# output which page we're exporting
my $pathWithFilename = $path.'/'.$filename;
$pathWithFilename =~ s{//}{/}g;
unless ($quiet) {
$self->session->output->print(sprintf($i18n->get('exporting page'), $pathWithFilename));
}