conr2d pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ebaffb3533526db8e54e33a3088a98deaaf6b430
commit ebaffb3533526db8e54e33a3088a98deaaf6b430 Author: Jeeyong Um <[email protected]> Date: Fri Jun 9 14:19:06 2017 +0900 elm map: Fix broken link to openstreetmap.org Generated link to openstreetmap.org is broken because of the comma in the last of URL. --- src/lib/elementary/elm_map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elementary/elm_map.h b/src/lib/elementary/elm_map.h index 5026763dd9..f1b24b4cb4 100644 --- a/src/lib/elementary/elm_map.h +++ b/src/lib/elementary/elm_map.h @@ -9,7 +9,7 @@ * @image latex img/widget/map/preview-00.eps * * This is a widget specifically for displaying a map. It uses basically - * OpenStreetMap provider http://www.openstreetmap.org/, + * OpenStreetMap provider http://www.openstreetmap.org/ * but custom providers can be added. * * It supports some basic but yet nice features: --
