diff --git a/src/server/kiwix-serve.cpp b/src/server/kiwix-serve.cpp index 4e9d622..aef3198 100644 --- a/src/server/kiwix-serve.cpp +++ b/src/server/kiwix-serve.cpp @@ -616,7 +616,7 @@ int main(int argc, char **argv) {
Size: " + kiwix::beautifyFileSize(atoi(currentBook.size.c_str())) + " (" + kiwix::beautifyInteger(atoi(currentBook.articleCount.c_str())) + " articles, " + kiwix::beautifyInteger(atoi(currentBook.mediaCount.c_str())) + " medias)\n \ - | Date: " + currentBook.date + " | Date: " + currentBook.date + " | \n \ |
Author: " + currentBook.creator + " | Language: " + currentBook.language + " | |
Publisher: " + (currentBook.publisher.empty() ? "unknown" : currentBook.publisher ) + " |