diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-07-29 09:55:54 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-07-29 09:55:54 -0700 |
commit | b061cc914210e6c11bc419c38ec850b59d72dd4d (patch) | |
tree | 2fa3493fb4a8273a12dee3ddb315da46e36eb1b5 /ext/bg/js/dictionary.js | |
parent | fea35435b22a4eeadbfcc5f29d5f9518700d4306 (diff) |
cleanup
Diffstat (limited to 'ext/bg/js/dictionary.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 6f4ec809..73efe7d1 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}}`, - Handlebars.templates['fields.html'](data).trim() + handlebarsRender('fields.html', data) ); } |