mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
ExportHtml.js update
This commit is contained in:
parent
5469ce85cd
commit
76f211b0bf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue