mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-10 06:36:16 +02:00
ExportHtml.js update
This commit is contained in:
parent
5469ce85cd
commit
76f211b0bf
@ -364,7 +364,7 @@ function getHTMLFromAtext(pad, atext, authorColors)
|
||||
text: textLines[i],
|
||||
padId: pad.id
|
||||
}
|
||||
var lineContentFromHook = hooks.callAll("getLineHTMLForExport", context);
|
||||
hooks.callAll("getLineHTMLForExport", context);
|
||||
if (whichList >= lists.length)//means we are on a deeper level of indentation than the previous line
|
||||
{
|
||||
if(lists.length > 0){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user