Fix end tag

This commit is contained in:
Sarven Capadisli 2010-01-03 02:07:55 +00:00
parent 467ae9d9e7
commit 94af0d1279

View File

@ -460,7 +460,7 @@ var SN = { // StatusNet
NLN.remove(); 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); NDGS = $('#'+SN.C.S.NoticeDataGeoSelected);
if (NDGS.length > 0) { if (NDGS.length > 0) {
NDGS.replaceWith(S); NDGS.replaceWith(S);