From: Suriyaa Kudo Date: Sun, 29 Apr 2018 16:59:14 +0000 (+0200) Subject: Update 'OpenSearchDescription' links X-Git-Tag: 1.34.0-rc.0~5327^2 X-Git-Url: http://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=3b86cf03c162298211da2f57333bcc645123a979;p=lhc%2Fweb%2Fwiklou.git Update 'OpenSearchDescription' links * a9.com OpenSearch website doesn't exist anymore. I replaced it with OpenSearch.org. * Change HTTP protocol for the xmlns:moz website. I removed the website redirection. Change-Id: I2c261cd654f009a9316510f2cf80944235c1af82 --- diff --git a/opensearch_desc.php b/opensearch_desc.php index b9b21611d0..b92ff2ecae 100644 --- a/opensearch_desc.php +++ b/opensearch_desc.php @@ -46,8 +46,8 @@ $response->header( 'Cache-control: max-age=600' ); print ''; print Xml::openElement( 'OpenSearchDescription', [ - 'xmlns' => 'http://a9.com/-/spec/opensearch/1.1/', - 'xmlns:moz' => 'http://www.mozilla.org/2006/browser/search/' ] ); + 'xmlns' => 'http://www.opensearch.org/Specifications/OpenSearch/1.1', + 'xmlns:moz' => 'https://www.mozilla.org/2006/browser/search/' ] ); /* The spec says the ShortName must be no longer than 16 characters, * but 16 is *realllly* short. In practice, browsers don't appear to care