From 284c3ed9566c51a79a6ca642be8c5f3a71643dc8 Mon Sep 17 00:00:00 2001
From: Nikolaus Krismer <niko@krismer.de>
Date: Fri, 21 Mar 2014 11:21:36 +0100
Subject: [PATCH] added warning icon

---
 src/main/webapp/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html
index 09259514..653c740b 100644
--- a/src/main/webapp/index.html
+++ b/src/main/webapp/index.html
@@ -8,7 +8,7 @@
 	<link type="text/css" rel="stylesheet" href="//code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css">
 	<link type="text/css" rel="stylesheet" href="css/jquery-ui-timepicker-addon.css" />
 	<link type="text/css" rel="stylesheet" href="css/geosearch.css" />
-	<link type="text/css" rel="stylesheet" href="css/isoga.css" />
+	<link type="text/css" rel="stylesheet" href="css/isomap.css" />
 	<!--[if lt IE 9]>
     <link rel="stylesheet" href="//cdn.leafletjs.com/leaflet-0.7.2/leaflet.ie.css" />
     <link rel="stylesheet" href="//rawgithub.com/domoritz/leaflet-locatecontrol/gh-pages/src/L.Control.Locate.ie.css"/>
-- 
GitLab