diff --git a/content/buffer.js b/content/buffer.js index ca3a6ee4..f8891f73 100644 --- a/content/buffer.js +++ b/content/buffer.js @@ -1820,13 +1820,13 @@ liberator.template = { options: function (title, opts) { - return liberator.template.generic( + return this.generic( { - liberator.template.map(opts, function (opt) + this.map(opts, function (opt)
--- {title} ---
{opt.pre}{opt.name}{opt.value}