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(
| {datum[0]} | -{this.maybeXML(datum[1])} | +{self.maybeXML(datum[1])} |