From 1ebdfbb168295670250445c63f45876a8e6aa95a Mon Sep 17 00:00:00 2001 From: Jan-Tarek Butt Date: Tue, 24 Jul 2018 18:37:56 +0200 Subject: [PATCH] gluon-config-mode-geo-location-with-map: doc Example fix indention --- docs/package/gluon-config-mode-geo-location.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/package/gluon-config-mode-geo-location.rst b/docs/package/gluon-config-mode-geo-location.rst index 2015bbcd..6ca99850 100644 --- a/docs/package/gluon-config-mode-geo-location.rst +++ b/docs/package/gluon-config-mode-geo-location.rst @@ -60,13 +60,13 @@ config_mode.geo_location.map.openlayers_js_url \: optional Example:: config_mode = { - geo_location = { - map = { - lon = 52.951947558, - lat = 7.844238281, - zoom = 12, - openlayers_js_url = 'http://osm.ffnw.de/.static/ol/OpenLayers.js', - }, - show_altitude = true, + geo_location = { + map = { + lon = 52.951947558, + lat = 7.844238281, + zoom = 12, + openlayers_js_url = 'http://osm.ffnw.de/.static/ol/OpenLayers.js', }, + show_altitude = true, + }, },