diff options
author | Sarven Capadisli <csarven@status.net> | 2010-01-03 02:07:55 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-01-03 02:07:55 +0000 |
commit | 94af0d1279b98311dde2bbcaaa10729020d12468 (patch) | |
tree | c7cab902876221727a5b6f56afad2a7b7dd3728c /js/util.js | |
parent | 467ae9d9e771fed21a0ebb572ee963f9160943c7 (diff) |
Fix end tag
Diffstat (limited to 'js/util.js')
-rw-r--r-- | js/util.js | 2 |
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); |