Skip to content

Commit 1302e3c

Browse files
Add missing XML declaration to OpenSearch endpoint
1 parent a5b031f commit 1302e3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/views/misc/opensearch.blade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
12
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
23
<ShortName>{{ mb_strimwidth(setting('app-name'), 0, 16) }}</ShortName>
34
<Description>{{ trans('common.opensearch_description', ['appName' => setting('app-name')]) }}</Description>

0 commit comments

Comments
 (0)