From 795f89c7d1e4ade6cdaa12cb4ba0857ae3b1e02e Mon Sep 17 00:00:00 2001 From: Svante Schubert Date: Mon, 24 Aug 2020 17:14:42 +0200 Subject: HTML XSLT: Adding default language for accessiblity Change-Id: I1e608239bd2524f0d2372871f465d926ea24ba42 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111614 Tested-by: Jenkins Reviewed-by: Michael Stahl --- filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl b/filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl index e81b93ce4235..196b85eae859 100644 --- a/filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl +++ b/filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl @@ -145,7 +145,18 @@ + + + + + + en-US + + + + + This file was converted to xhtml by LibreOffice - see https://cgit.freedesktop.org/libreoffice/core/tree/filter/source/xslt for the code. -- cgit