From 94af0d1279b98311dde2bbcaaa10729020d12468 Mon Sep 17 00:00:00 2001
From: Sarven Capadisli <csarven@status.net>
Date: Sun, 3 Jan 2010 02:07:55 +0000
Subject: [PATCH] Fix end tag

---
 js/util.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/util.js b/js/util.js
index a460a9dbcf..f6b59ec742 100644
--- a/js/util.js
+++ b/js/util.js
@@ -460,7 +460,7 @@ var SN = { // StatusNet
                             NLN.remove();
                         }
 
-                        var S = '<div id="'+SN.C.S.NoticeDataGeoSelected+'" class="'+SN.C.S.Success+'"/div>';
+                        var S = '<div id="'+SN.C.S.NoticeDataGeoSelected+'" class="'+SN.C.S.Success+'"/>';
                         NDGS = $('#'+SN.C.S.NoticeDataGeoSelected);
                         if (NDGS.length > 0) {
                             NDGS.replaceWith(S);
-- 
2.39.5