]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/OpenSearch.php
Update src/Module/Api/Friendica/Photoalbum/Index.php
[friendica.git] / src / Module / OpenSearch.php
index 35d6890ec604694d51ebc778830861c89ea2885c..9f89660eeda1b9df477681787ee09bfa632c596c 100644 (file)
@@ -50,9 +50,12 @@ class OpenSearch extends BaseModule
                                '@attributes' => [
                                        'xmlns' => 'http://a9.com/-/spec/opensearch/1.1',
                                ],
-                               'ShortName'   => "Friendica $hostname",
-                               'Description' => "Search in Friendica $hostname",
-                               'Contact'     => 'https://github.com/friendica/friendica/issues',
+                               'ShortName'      => "Friendica $hostname",
+                               'Description'    => "Search in Friendica $hostname",
+                               'Contact'        => 'https://github.com/friendica/friendica/issues',
+                               'InputEncoding'  => 'UTF-8',
+                               'OutputEncoding' => 'UTF-8',
+                               'Developer'      => 'Friendica Developer Team',
                        ],
                ], $xml);