mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -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)
|
||||
{
|
||||
|
|
|
@ -55,6 +55,6 @@
|
|||
"repository" : { "type" : "git",
|
||||
"url" : "http://github.com/ether/etherpad-lite.git"
|
||||
},
|
||||
"version" : "1.6.5",
|
||||
"version" : "1.6.6",
|
||||
"license" : "Apache-2.0"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue