Fixing tag description

This commit is contained in:
Alex Yatskov 2016-04-18 20:45:14 -07:00
parent 1d7802749e
commit b02ec434f5

View File

@ -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') {