diff --git a/content/buffer.js b/content/buffer.js index d7f0a5c5..0144a6af 100644 --- a/content/buffer.js +++ b/content/buffer.js @@ -1300,6 +1300,7 @@ liberator.Buffer = function () //{{{ template: { add: function (a, b) a + b, + join: function (c) function (a, b) a + c + b, maybeXML: function (xml) { try @@ -1333,7 +1334,7 @@ liberator.Buffer = function () //{{{ ({ [<>{e[0]}: {e[1]} - for each (e in item.extra)].reduce(this.add, <>) + for each (e in item.extra)].reduce(this.join(<> )) }) : ""