mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 22:23:33 +01:00
include the padId
This commit is contained in:
parent
21372c93a3
commit
6b6a028355
1 changed files with 2 additions and 1 deletions
|
@ -446,7 +446,8 @@ function getHTMLFromAtext(pad, atext, authorColors)
|
|||
lineContent: lineContent,
|
||||
apool: apool,
|
||||
attribLine: attribLines[i],
|
||||
text: textLines[i]
|
||||
text: textLines[i],
|
||||
padId: pad.id
|
||||
}
|
||||
|
||||
var lineContentFromHook = hooks.callAllStr("getLineHTMLForExport", context, " ", " ", "");
|
||||
|
|
Loading…
Reference in a new issue