We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c110a97 commit 4f890c4Copy full SHA for 4f890c4
resources/views/misc/opensearch.blade.php
@@ -1,5 +1,5 @@
1
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
2
- <ShortName>{{ setting('app-name') }}</ShortName>
+ <ShortName>{{ mb_strimwidth(setting('app-name'), 0, 16) }}</ShortName>
3
<Description>Search {{ setting('app-name') }}</Description>
4
<Image width="256" height="256" type="image/png">{{ setting('app-icon') ?: url('/icon.png') }}</Image>
5
<Image width="180" height="180" type="image/png">{{ setting('app-icon-180') ?: url('/icon-180.png') }}</Image>
0 commit comments