+ small beautifying of the code

This commit is contained in:
kelson42 2013-09-22 16:56:16 +02:00
parent 0bab890203
commit 696cfc90c3
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ namespace kiwix {
if (!itr->favicon.empty())
bookNode.append_attribute("favicon") = itr->favicon.c_str();
if (itr->faviconMimeType != "")
if (!itr->faviconMimeType.empty())
bookNode.append_attribute("faviconMimeType") = itr->faviconMimeType.c_str();
}