]> BookStack Code Mirror - bookstack/commitdiff
Add missing XML declaration to OpenSearch endpoint
authorMaximilian Walter <redacted>
Sat, 14 Sep 2024 14:13:17 +0000 (16:13 +0200)
committerMaximilian Walter <redacted>
Mon, 30 Sep 2024 15:45:20 +0000 (17:45 +0200)
resources/views/misc/opensearch.blade.php

index 366c237b22a858e275116fc9d681c59a6267f1f6..5c1503fc48704b1f8bff79a75da720bbd77c0a1c 100644 (file)
@@ -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>
Morty Proxy This is a proxified and sanitized view of the page, visit original site.