summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-01-03 02:07:55 +0000
committerSarven Capadisli <csarven@status.net>2010-01-03 02:07:55 +0000
commit94af0d1279b98311dde2bbcaaa10729020d12468 (patch)
treec7cab902876221727a5b6f56afad2a7b7dd3728c /js
parent467ae9d9e771fed21a0ebb572ee963f9160943c7 (diff)
Fix end tag
Diffstat (limited to 'js')
-rw-r--r--js/util.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/util.js b/js/util.js
index a460a9dbc..f6b59ec74 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);