changeset 8:16d70389b24a

mc git-svn-id: http://dev.dariah.eu/svn/repos/eu.dariah.de/ap1/sti-gwt-dariah-geobrowser@89 f2b5be40-def6-11e0-8a09-b3c1cc336c6b
author StefanFunk <StefanFunk@f2b5be40-def6-11e0-8a09-b3c1cc336c6b>
date Thu, 30 Aug 2012 14:44:38 +0000
parents 4fb15c3e0e89
children e7595fbda9fc
files war/scripts/sti/STICore.js
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/war/scripts/sti/STICore.js	Thu Aug 30 14:08:09 2012 +0000
+++ b/war/scripts/sti/STICore.js	Thu Aug 30 14:44:38 2012 +0000
@@ -557,8 +557,8 @@
    				kmlString += '\t\t\t<Point>\n' +                                                 
    					'\t\t\t\t<coordinates>' +                                                
    					longitude +',' + latitude +                                              
-   					'</coordinates>\n' +                                                     
-   					'\t\t\t</Point>\n';.                                                     
+   					'</coordinates>\n' +
+   					'\t\t\t</Point>\n';
    				/* end Placemark */
    				kmlString += '\t\t</Placemark>\n';
    			}