diff --git a/epub.php b/epub.php
index c652d7c..9474939 100644
--- a/epub.php
+++ b/epub.php
@@ -23,7 +23,7 @@
$epub->CreateEPUB();
if ( ! $epub->error ) {
- echo 'Success: ' . $epub->epub_file . ' created.
';
+ echo 'Success: ' . $epub->epub_file . ' created.
';
}
else
{