diff --git a/content/buffer.js b/content/buffer.js index a3f87e22..18059183 100644 --- a/content/buffer.js +++ b/content/buffer.js @@ -1846,6 +1846,8 @@ liberator.template = { table: function (title, data) { + let self = this; + return this.generic( @@ -1855,7 +1857,7 @@ liberator.template = { this.map(data, function (datum) - + ) }
{datum[0]}{this.maybeXML(datum[1])}{self.maybeXML(datum[1])}
);