replace double-quoting with single quotes where applicable

This commit is contained in:
Sarah Hoffmann
2017-10-26 21:21:21 +02:00
parent 71602afcad
commit 6c1977b448
32 changed files with 436 additions and 436 deletions

View File

@@ -46,7 +46,7 @@ if ($sOsmType && $iOsmId > 0) {
}
}
} elseif ($sOutputFormat != 'html') {
userError("Need coordinates or OSM object to lookup.");
userError('Need coordinates or OSM object to lookup.');
}
if (isset($aPlace)) {