+ add a space between the ZIM file unity in the library

This commit is contained in:
kelson42 2012-08-25 15:50:40 +00:00
parent 149c840d99
commit a693423197

View File

@ -591,7 +591,7 @@ int main(int argc, char **argv) {
<td style=\"background-repeat: no-repeat; background-image: url(data:" + currentBook.faviconMimeType+ ";base64," + currentBook.favicon + ")\"><div style=\"width: 50px\"/></td> \
<td style=\"width: 100%;\">" + currentBook.description +
"<table style=\"font-size: small; color: grey; width: 100%;\">" +
"<tr><td width=\"50%\">Size: " + kiwix::beautifyInteger(atoi(currentBook.size.c_str())) + "MB (" + kiwix::beautifyInteger(atoi(currentBook.articleCount.c_str())) + " articles, " + kiwix::beautifyInteger(atoi(currentBook.mediaCount.c_str())) + " medias) \
"<tr><td width=\"50%\">Size: " + kiwix::beautifyInteger(atoi(currentBook.size.c_str())) + " MB (" + kiwix::beautifyInteger(atoi(currentBook.articleCount.c_str())) + " articles, " + kiwix::beautifyInteger(atoi(currentBook.mediaCount.c_str())) + " medias) \
</td><td>Created: " + currentBook.date + "</td></tr> \
<tr><td>Author: " + currentBook.creator + "</td><td>Language: " + currentBook.language + "</td></tr> \
<tr><td>Publisher: " + (currentBook.publisher.empty() ? "unknown" : currentBook.publisher ) + "</td><td><button style=\"align: right; right: 0px; float:right;\" onclick=\"window.location.href='/" + currentBook.getHumanReadableIdFromPath() + "/';\">Load</button></td></tr> \