Fix end tag

This commit is contained in:
Sarven Capadisli 2010-01-03 02:07:55 +00:00
parent 467ae9d9e7
commit 94af0d1279
1 changed files with 1 additions and 1 deletions

View File

@ -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);