From a6a77af6046eb5aad4fc4da004ffbd6f414fcaaf Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Thu, 2 Oct 2008 14:46:51 +0000 Subject: [PATCH] quick fix for broken :pageinfo --- content/buffer.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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])}
);