Skip to content

Commit

Permalink
Add missing XML declaration to OpenSearch endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilian-walter committed Sep 14, 2024
1 parent d14d3e6 commit 25019ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/misc/opensearch.blade.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>{{ mb_strimwidth(setting('app-name'), 0, 16) }}</ShortName>
<Description>{{ trans('common.opensearch_description', ['appName' => setting('app-name')]) }}</Description>
Expand Down

0 comments on commit 25019ef

Please sign in to comment.