fixed a double // problem with export, and added a missing entry to the change log
This commit is contained in:
parent
ec569fdd6a
commit
456ec9dd0b
2 changed files with 2 additions and 0 deletions
|
|
@ -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));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue