From 20cd16d1eba9113299e5b1180b01b578afdaa15b Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Tue, 4 Nov 2008 00:38:57 +0000 Subject: [PATCH] only output default option's title as bold --- content/template.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/template.js b/content/template.js index 7c28b663..141ffb79 100644 --- a/content/template.js +++ b/content/template.js @@ -198,7 +198,7 @@ const template = { this.map(opts, function (opt) - {opt.pre}{opt.name}{opt.value} + {opt.pre}{opt.name}{opt.value} {opt.isDefault || opt.default == null ? "" : (default: {opt.default})} )