From d960ba6dd65434af7f61a7da2270299d1a98cd27 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Fri, 18 Aug 2017 09:42:34 -0700 Subject: fixing bugs, new version --- ext/bg/js/dictionary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/bg/js/dictionary.js') diff --git a/ext/bg/js/dictionary.js b/ext/bg/js/dictionary.js index c8d431b9..fc479e85 100644 --- a/ext/bg/js/dictionary.js +++ b/ext/bg/js/dictionary.js @@ -225,7 +225,7 @@ function dictFieldFormat(field, definition, mode, options) { field = field.replace( `{${marker}}`, - handlebarsRender('fields.html', data) + handlebarsRender('fields.html', data).trim() ); } -- cgit v1.2.3