fix missing semicolumns

This commit is contained in:
JFH
2021-05-13 00:46:46 +02:00
parent dc5d9b05a6
commit 9a5292b467
27 changed files with 61 additions and 60 deletions

View File

@@ -48,5 +48,5 @@ Array.prototype.forEach.call(atags, function (aEle) {
}, 'html'); // 'html' is necessary to keep returned data as a string
}
return false;
})
});
});