diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-04-18 20:45:14 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-04-18 20:45:14 -0700 |
commit | b02ec434f5da33623802d9d98575582a3c652884 (patch) | |
tree | a1da91b4dbde08f446260ec3ba3961aabbd74b00 | |
parent | 1d7802749e388acee9ca683694764aca472ab7c4 (diff) |
Fixing tag description
-rw-r--r-- | ext/bg/js/translator.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/bg/js/translator.js b/ext/bg/js/translator.js index eeeea540..edbf10cc 100644 --- a/ext/bg/js/translator.js +++ b/ext/bg/js/translator.js @@ -166,7 +166,8 @@ class Translator { tagItems.push({ class: tagItem.class || 'default', order: tagItem.order || Number.MAX_SAFE_INTEGER, - name: tag + desc: tagItem.desc, + name: tag }); } if (tag === 'P') { |