diff --git a/common/modules/buffer.jsm b/common/modules/buffer.jsm index 33f90663..4debeeba 100644 --- a/common/modules/buffer.jsm +++ b/common/modules/buffer.jsm @@ -1806,7 +1806,8 @@ var Buffer = Module("Buffer", { context.incomplete = false; try { if (/filename="(.*?)"/.test(xhr.getResponseHeader("Content-Disposition"))) - context.completions.push([decodeURIComponent(RegExp.$1), _("buffer.save.suggested")]); + context.completions.push([decodeURIComponent(RegExp.$1), + _("buffer.save.suggested")]); } finally { context.completions = context.completions.slice(); diff --git a/pentadactyl/install.rdf b/pentadactyl/install.rdf index 110a6a5b..d1f09ee7 100644 --- a/pentadactyl/install.rdf +++ b/pentadactyl/install.rdf @@ -32,7 +32,7 @@ + em:maxVersion="14.*"/>