tests and bugfix: test coverage and fix for 4165 - bad HTML export of list items (#4180)

Also fix for test max value for ratelimiter
This commit is contained in:
John McLear 2020-07-19 16:31:13 +01:00 committed by GitHub
parent 8863ea804c
commit 4f5cf2dc63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 57 additions and 6 deletions

View file

@ -381,7 +381,7 @@ function getHTMLFromAtext(pad, atext, authorColors)
// TODO Check against Uls
// don't do anything because the next item is a nested ol openener so we need to keep the li open
}else{
pieces.push("</li>");
pieces.push("<li>");
}