mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 17:36:14 -04:00
merge with ether/etherpad-lite develop branch
This commit is contained in:
commit
a96aa88dad
5 changed files with 27 additions and 12 deletions
|
@ -371,11 +371,7 @@ function getHTMLFromAtext(pad, atext, authorColors)
|
|||
if (!exists) {
|
||||
var prevLevel = 0;
|
||||
if (prevLine && prevLine.listLevel) {
|
||||
<<<<<<< HEAD
|
||||
prevLevel = prevLine.listLevel;
|
||||
=======
|
||||
prevlevel = prevLine.listLevel;
|
||||
>>>>>>> develop
|
||||
}
|
||||
if (prevLine && line.listTypeName !== prevLine.listTypeName)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue