diff --git a/common/content/template.js b/common/content/template.js index a080863d..a8ad93e5 100644 --- a/common/content/template.js +++ b/common/content/template.js @@ -223,7 +223,7 @@ const template = { jumps: function jumps(index, elems) { - return this.generic( + return this.commandOutput( @@ -242,7 +242,7 @@ const template = { options: function options(title, opts) { - return this.generic( + return this.commandOutput(
jumptitleURI
@@ -281,7 +281,7 @@ const template = { tabular: function tabular(headings, style, iter) { /* This might be mind-bogglingly slow. We'll see. */ - return this.generic( + return this.commandOutput(
--- {title} ---
{ @@ -303,7 +303,7 @@ const template = { usage: function usage(iter) { - return this.generic( + return this.commandOutput(
{ this.map(iter, function (item)