Html entity handling improved. Fixed a bug in source that caused segmentation fault...
[jenirok] / src / common / mobil1881.cpp
index 37b070e..e57816d 100644 (file)
@@ -262,7 +262,7 @@ int Mobil1881::sendQuery(Source::SearchDetails const& details,
 
     if(!details.location.isEmpty())
     {
-        query += details.location;
+        query += " " + details.location;
     }
 
     url.addQueryItem("s", query);