mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 08:56:17 -04:00
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:
parent
8863ea804c
commit
4f5cf2dc63
4 changed files with 57 additions and 6 deletions
|
@ -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>");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue