diff --git a/lib/OpenLayers/Control/ZoomPanel.js b/lib/OpenLayers/Control/ZoomPanel.js index 263e6143e7..c2cab2eb7b 100644 --- a/lib/OpenLayers/Control/ZoomPanel.js +++ b/lib/OpenLayers/Control/ZoomPanel.js @@ -11,18 +11,21 @@ /** * Class: OpenLayers.Control.ZoomPanel - * The ZoomPanel control is a compact collecton of 3 zoom controls - a + * The ZoomPanel control is a compact collecton of 3 zoom controls: a * , a , and a * . By default it is drawn in the upper left * corner of the map. * - * Note: If you wish to use this class with the default images and you want + * Note: + * If you wish to use this class with the default images and you want * it to look nice in ie6, you should add the following, conditionally * added css stylesheet to your HTML file: * + * (code) * + * (end) * * Inherits from: * -