improve output

This commit is contained in:
quenousimporte 2024-06-06 10:08:33 +02:00
parent adce97f2b6
commit 3c48f7a6c1
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
$epub->CreateEPUB();
if ( ! $epub->error ) {
echo 'Success: ' . $epub->epub_file . ' created.<br>';
echo 'Success: <a href="' . $epub->epub_file . '">' . $epub->epub_file . '</a> created.<br>';
}
else
{