mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-10 06:36:16 +02:00
List indent fix
This commit is contained in:
parent
016497dbb4
commit
3c66425b60
@ -371,7 +371,7 @@ function getHTMLFromAtext(pad, atext, authorColors)
|
||||
if (!exists) {
|
||||
var prevLevel = 0;
|
||||
if (prevLine && prevLine.listLevel) {
|
||||
prevlevel = prevLine.listLevel;
|
||||
prevLevel = prevLine.listLevel;
|
||||
}
|
||||
if (prevLine && line.listTypeName !== prevLine.listTypeName)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user