mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-04 19:56:37 +02:00
HTML export: Add missing )
This bug was introduced in 68a91f5e243ddfe0e5ae9d4080c64edbe2184289.
This commit is contained in:
parent
1ad9b1efbb
commit
8c55a38582
@ -498,7 +498,7 @@ exports.getPadHTMLDocument = async function (padId, revNum)
|
||||
|
||||
let html = await getPadHTML(pad, revNum);
|
||||
|
||||
for (const hookHtml of await hooks.aCallAll("exportHTMLAdditionalContent", {padId}) {
|
||||
for (const hookHtml of await hooks.aCallAll("exportHTMLAdditionalContent", {padId})) {
|
||||
html += hookHtml;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user