]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
a5b031f
)
Add missing XML declaration to OpenSearch endpoint
author
Maximilian Walter
<redacted>
Sat, 14 Sep 2024 14:13:17 +0000
(16:13 +0200)
committer
Maximilian Walter
<redacted>
Mon, 30 Sep 2024 15:45:20 +0000
(17:45 +0200)
resources/views/misc/opensearch.blade.php
patch
|
blob
|
history
diff --git
a/resources/views/misc/opensearch.blade.php
b/resources/views/misc/opensearch.blade.php
index 366c237b22a858e275116fc9d681c59a6267f1f6..5c1503fc48704b1f8bff79a75da720bbd77c0a1c 100644
(file)
--- a/
resources/views/misc/opensearch.blade.php
+++ b/
resources/views/misc/opensearch.blade.php
@@
-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>
hide
Morty Proxy
This is a
proxified and sanitized
view of the page, visit
original site
.