From 26c1a9f352e36c4ead4e504ce8733d54938f2ce7 Mon Sep 17 00:00:00 2001 From: kelson42 Date: Thu, 28 Aug 2014 14:19:42 -0600 Subject: [PATCH] + "load" button laberl in bold --- src/server/kiwix-serve.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/kiwix-serve.cpp b/src/server/kiwix-serve.cpp index d95789e..31f031c 100644 --- a/src/server/kiwix-serve.cpp +++ b/src/server/kiwix-serve.cpp @@ -669,7 +669,7 @@ int main(int argc, char **argv) { " + currentBook.description + "
" + " \ + \ \ \
Size: " + kiwix::beautifyFileSize(atoi(currentBook.size.c_str())) + " (" + kiwix::beautifyInteger(atoi(currentBook.articleCount.c_str())) + " articles, " + kiwix::beautifyInteger(atoi(currentBook.mediaCount.c_str())) + " medias) \ - Created: " + currentBook.date + "
Created: " + currentBook.date + "
Author: " + currentBook.creator + "Language: " + currentBook.language + "
Publisher: " + (currentBook.publisher.empty() ? "unknown" : currentBook.publisher ) + "
\