diff --git a/scripts/translations/lint-translations.js b/scripts/translations/lint-translations.js index 62ee8c60a..313eca19e 100644 --- a/scripts/translations/lint-translations.js +++ b/scripts/translations/lint-translations.js @@ -14,13 +14,11 @@ var simpleTags = [ // FIXME register_notes '', - '
  • ', - '
  • ', '', '', ]; -['a', 'b', 'em', 'p', 'i'].forEach(function (tag) { +['a', 'b', 'em', 'p', 'i', 'code', 'li',].forEach(function (tag) { simpleTags.push('<' + tag + '>'); simpleTags.push(''); });