diff --git a/examples/hover-handler.html b/examples/hover-handler.html
index 200066562e..8e0dc5182d 100644
--- a/examples/hover-handler.html
+++ b/examples/hover-handler.html
@@ -120,6 +120,7 @@
map.addControl(control);
}
+ map.addControl(new OpenLayers.Control.MousePosition());
map.zoomToMaxExtent();
}