From 4a6efeea1e1f8a4c3e55bdd18bcc18711c332487 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Wed, 15 Oct 2008 20:26:22 +0000 Subject: [PATCH] Fix non-breaking space in :bmarks --- content/template.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/template.js b/content/template.js index 96e80830..803bb5d2 100644 --- a/content/template.js +++ b/content/template.js @@ -129,7 +129,7 @@ const template = { ({ template.map(item.extra, function (e) <>{e[0]}: {e[1]}, - /* Non-breaking space */) + <> /* Non-breaking space */) }) }