Fix formatting
authorDr. Tobias Quathamer <toddy@debian.org>
Thu, 14 Mar 2024 08:31:58 +0000 (09:31 +0100)
committerHypolite Petovan <hypolite@mrpetovan.com>
Tue, 19 Mar 2024 16:57:40 +0000 (17:57 +0100)
url_replace/url_replace.php

index 3b36b28..db128f6 100644 (file)
@@ -11,9 +11,9 @@ use Friendica\Core\Hook;
 use Friendica\Core\Renderer;
 use Friendica\DI;
 
-CONST URL_REPLACE_NITTER_DEFAULT = 'https://nitter.net';
-CONST URL_REPLACE_INVIDIOUS_DEFAULT = 'https://yewtu.be';
-CONST URL_REPLACE_PROXIGRAM_DEFAULT = 'https://proxigram.lunar.icu';
+const URL_REPLACE_NITTER_DEFAULT    = 'https://nitter.net';
+const URL_REPLACE_INVIDIOUS_DEFAULT = 'https://yewtu.be';
+const URL_REPLACE_PROXIGRAM_DEFAULT = 'https://proxigram.lunar.icu';
 
 function url_replace_install()
 {