diff --git a/lib/OpenLayers/Layer/HTTPRequest.js b/lib/OpenLayers/Layer/HTTPRequest.js index d24c4947f8..14001fb690 100644 --- a/lib/OpenLayers/Layer/HTTPRequest.js +++ b/lib/OpenLayers/Layer/HTTPRequest.js @@ -201,7 +201,8 @@ OpenLayers.Layer.HTTPRequest = OpenLayers.Class(OpenLayers.Layer, { //serverPath has no ? -- add one requestString += '?' + paramsString; } else { - //serverPath contains ?, so must already have paramsString at the end + //serverPath contains ?, so must already have + // paramsString at the end requestString += '&' + paramsString; } }