mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
merge with develop branch
This commit is contained in:
commit
4feccff530
6 changed files with 291 additions and 23 deletions
|
@ -371,7 +371,11 @@ 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