Date: Sat, 7 Jan 2023 16:40:17 GMT From: Wolfram Schneider <wosch@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: ca3924e128 - main - Adjust ShortName to standard Message-ID: <202301071640.307GeHql049564@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301071640.307GeHql049564>
