From 32a4423efbeb940a9613ab75e2e807e27f0aeb1a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 19 Feb 2024 07:54:49 +0530 Subject: [PATCH] Remove xml:lang from for as well --- src/calibre/linux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/linux.py b/src/calibre/linux.py index d3f4d3de16..2a2b9e2e83 100644 --- a/src/calibre/linux.py +++ b/src/calibre/linux.py @@ -1223,7 +1223,7 @@ def make_appdata_releases(): # Formatting of release description tries to resemble that of # https://calibre-ebook.com/whats-new while taking into account the limits imposed by # https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-description - description = E.description(**{'{http://www.w3.org/XML/1998/namespace}lang': 'en'}) + description = E.description() if 'new features' in revision: description.append(E.p('New features:')) description.append(E.ol(