git: ca3924e128 - main - Adjust ShortName to standard

From: Wolfram Schneider <wosch_at_FreeBSD.org>
Date: Sat, 07 Jan 2023 16:40:17 UTC
The branch main has been updated by wosch:

URL: https://cgit.FreeBSD.org/doc/commit/?id=ca3924e1287828b77ff5b7f13efc277247f879a5

commit ca3924e1287828b77ff5b7f13efc277247f879a5
Author:     Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2023-01-07 16:39:35 +0000
Commit:     Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2023-01-07 16:39:35 +0000

    Adjust ShortName to standard
    
    The ShortName tag must be 16 or fewer characters of plain text,
    otherwise we may run into trouble with Firefox.
---
 website/themes/beastie/static/opensearch/markmail.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/themes/beastie/static/opensearch/markmail.xml b/website/themes/beastie/static/opensearch/markmail.xml
index d83c8542e7..f2b99d73c1 100644
--- a/website/themes/beastie/static/opensearch/markmail.xml
+++ b/website/themes/beastie/static/opensearch/markmail.xml
@@ -1,5 +1,5 @@
 <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/">
-  <ShortName>MarkMail FreeBSD</ShortName>
+  <ShortName>MarkMail FBSD</ShortName>
   <Description>FreeBSD Mailing List Search by MarkMail</Description>
   <InputEncoding>UTF-8</InputEncoding>
   <Image width="16" height="16" type="image/x-icon">https://www.freebsd.org/favicon.ico</Image>