From af451dc79b1eeeb59a2019fcdff125832581f615 Mon Sep 17 00:00:00 2001 From: kelson42 Date: Sat, 19 May 2012 18:49:46 +0000 Subject: [PATCH] + fix some css issue --- 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 fddc8fb..d150a71 100644 --- a/src/server/kiwix-serve.cpp +++ b/src/server/kiwix-serve.cpp @@ -502,7 +502,7 @@ int main(int argc, char **argv) { libraryManager.getBookById(*itr, currentBook); if (!currentBook.path.empty()) { welcomeBooksHtml += "

" + currentBook.title + "

\ - \ +
\ \
" + currentBook.description + "" +