diff --git a/examples/mapquest.js b/examples/mapquest.js
index 708cfdc4ad..feea370aa5 100644
--- a/examples/mapquest.js
+++ b/examples/mapquest.js
@@ -11,7 +11,7 @@ var map = new OpenLayers.Map({
"http://otile4.mqcdn.com/tiles/1.0.0/osm/${z}/${x}/${y}.png"
],
{
- attribution: "Tiles Courtesy of MapQuest
",
+ attribution: "Data, imagery and map information provided by MapQuest, Open Street Map and contributors, CC-BY-SA
",
transitionEffect: "resize"
}
),
@@ -33,4 +33,4 @@ var map = new OpenLayers.Map({
zoom: 1
});
-map.addControl(new OpenLayers.Control.LayerSwitcher());
\ No newline at end of file
+map.addControl(new OpenLayers.Control.LayerSwitcher());