2 little bugs:
- In ACP still is stay that we have installed final version 5.1 of this MOD

- In Quick edit and Quick Reply, if editor is in Source mode, then if you try to use List BBcode (
or
) output is strange (some java script code I think...)
[LIST][*]Test 1[*]Test 2[*]function () {
for (var i = 1; i < this.length; i++) {
if (this[i][0] == this[i - 1][0]) {
this.splice(i, 1);
}
}
}[*]function () {
for (var i = 0; i <= this.length; i++) {
this.shift();
}
}[/LIST]
Normal output should be this:
[LIST][*]Test 1[*]Test 2[/LIST]