summaryrefslogtreecommitdiff
path: root/src/node
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2016-04-09 20:01:49 +0100
committerJohn McLear <john@mclear.co.uk>2016-04-09 20:01:49 +0100
commit6b6a0283554ea4b1ba0475412a55e8707148d8e8 (patch)
treebb13f7caa38cfbe5b5f41d039d58df4eb486120d /src/node
parent21372c93a3522ad340a5823b81928687fa990e22 (diff)
downloadetherpad-lite-6b6a0283554ea4b1ba0475412a55e8707148d8e8.zip
include the padId
Diffstat (limited to 'src/node')
-rw-r--r--src/node/utils/ExportHtml.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/node/utils/ExportHtml.js b/src/node/utils/ExportHtml.js
index 058127b3..836165b1 100644
--- a/src/node/utils/ExportHtml.js
+++ b/src/node/utils/ExportHtml.js
@@ -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, " ", " ", "");