diff --git a/discourse/discourse.php b/discourse/discourse.php
index 6ee409437..262ee554e 100644
--- a/discourse/discourse.php
+++ b/discourse/discourse.php
@@ -49,7 +49,6 @@ function discourse_settings(App $a, &$s)
$t = Renderer::getMarkupTemplate('settings.tpl', 'addon/discourse/');
$s .= Renderer::replaceMacros($t, [
'$title' => L10n::t('Discourse'),
- '$css' => ($enabled ? '' : '-disabled'),
'$enabled' => ['enabled', L10n::t('Enable processing of Discourse mailing list mails'), $enabled, L10n::t('If enabled, incoming mails from Discourse will be improved so they look much better. To make it work, you have to configure the e-mail settings in Friendica. You also have to enable the mailing list mode in Discourse. Then you have to add the Discourse mail account as contact.')],
'$submit' => L10n::t('Save Settings'),
]);
diff --git a/discourse/templates/settings.tpl b/discourse/templates/settings.tpl
index dc6ef2f0e..d4b0bf8c0 100644
--- a/discourse/templates/settings.tpl
+++ b/discourse/templates/settings.tpl
@@ -1,9 +1,9 @@
- {{$title}}
+ {{$title}}