diff options
author | Sven Roederer <SvenRoederer@users.noreply.github.com> | 2018-04-25 21:13:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-25 21:13:00 +0200 |
commit | c4460f09a580425efebb9f3ee7c9c3372d5f085b (patch) | |
tree | aeb663fbd8d48fc7b4858b83ee2e13aa9dc1c142 /modules/luci-mod-freifunk | |
parent | e56d9f4686af84af62895f2732a35c7d33bb7476 (diff) |
luci-mod-freifunk: align spacing
remove some tailing tabs and an empty line in OSMLatLon.htm
Signed-off-by: Sven Roederer <devel-sven@geroedel.de>
Diffstat (limited to 'modules/luci-mod-freifunk')
-rw-r--r-- | modules/luci-mod-freifunk/htdocs/luci-static/resources/OSMLatLon.htm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/luci-mod-freifunk/htdocs/luci-static/resources/OSMLatLon.htm b/modules/luci-mod-freifunk/htdocs/luci-static/resources/OSMLatLon.htm index 18be30be3..9f017c9e7 100644 --- a/modules/luci-mod-freifunk/htdocs/luci-static/resources/OSMLatLon.htm +++ b/modules/luci-mod-freifunk/htdocs/luci-static/resources/OSMLatLon.htm @@ -6,7 +6,7 @@ <script type="text/javascript" src="http://www.openstreetmap.org/openlayers/OpenStreetMap.js"></script> <script type="text/javascript" src="osm.js"></script> </head> -<body onload="init();drawmap();" style="padding:0px; margin:0px"> +<body onload="init();drawmap();" style="padding:0px; margin:0px"> <div id="map"></div> <div style="position:absolute; bottom:0%; width:100%; background:url('cbi/black_60.png'); font-size:10px; color:#fff;z-index:1000"> Map by <a href="http://www.openstreetmap.org" title="www.openstreetmap.org" style="color:#fff;" >openstreetmap.org</a>, License CC-BY-SA @@ -16,5 +16,4 @@ Longitude: <input id="osmlon" name="osmlon" type="text" size="20" style="font-size:10px;"> </span> </div> - </body> |