From: Andy H3 Date: Tue, 13 Dec 2022 15:47:30 +0000 (+0000) Subject: Update nitter.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=139e4384b18fd75ea510a18d846e7c8677898cb3;p=friendica-addons.git Update nitter.php [Now really] Reduced font size of notice --- diff --git a/nitter/nitter.php b/nitter/nitter.php index c815ccd7..440f199f 100644 --- a/nitter/nitter.php +++ b/nitter/nitter.php @@ -71,6 +71,6 @@ function nitter_render(App $a, array &$b) $replaced = true; } if ($replaced) { - $b['html'] .= '

' . DI::l10n()->t('(Nitter addon enabled: Twitter links via %s)', $nitter) . '

'; + $b['html'] .= '

' . DI::l10n()->t('(Nitter addon enabled: Twitter links via %s)', $nitter) . '

'; } }