diff --git a/common/content/liberator.js b/common/content/liberator.js index f2058ae2..81af8f96 100644 --- a/common/content/liberator.js +++ b/common/content/liberator.js @@ -536,9 +536,8 @@ const liberator = (function () //{{{ ["Name", "Version", "Status", "Description"], [], ([template.icon(e, e.name), e.version, - /* XXX: Inline style. */ - e.enabled ? enabled - : disabled, + e.enabled ? enabled + : disabled, e.description] for ([, e] in Iterator(extensions))) ); diff --git a/common/content/style.js b/common/content/style.js index b9ec5b88..c984fe80 100644 --- a/common/content/style.js +++ b/common/content/style.js @@ -29,6 +29,9 @@ Highlights.prototype.CSS =