diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-08-18 09:42:34 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-08-18 09:42:34 -0700 |
commit | d960ba6dd65434af7f61a7da2270299d1a98cd27 (patch) | |
tree | 0cd448406377c3968f7649f249c088acd2ade38e /ext/bg/js | |
parent | fd351face0e6456774292cc2c2c04165908854e2 (diff) |
fixing bugs, new version1.3.1
Diffstat (limited to 'ext/bg/js')
-rw-r--r-- | ext/bg/js/dictionary.js | 2 |
1 files changed, 1 insertions, 1 deletions
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() ); } |