include lineContent in hok
parent
036dea3d0f
commit
6fd0285d4d
|
@ -30,8 +30,6 @@ function getPadHTML(pad, revNum, callback)
|
|||
var html;
|
||||
async.waterfall([
|
||||
// fetch revision atext
|
||||
|
||||
|
||||
function (callback)
|
||||
{
|
||||
if (revNum != undefined)
|
||||
|
@ -416,6 +414,7 @@ function getHTMLFromAtext(pad, atext, authorColors)
|
|||
var lineContentFromHook = hooks.callAllStr("getLineHTMLForExport",
|
||||
{
|
||||
line: line,
|
||||
lineContent: lineContent,
|
||||
apool: apool,
|
||||
attribLine: attribLines[i],
|
||||
text: textLines[i]
|
||||
|
|
Loading…
Reference in New Issue