From 05ca41502856e01755d7de748789cdfefd5e6d16 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Thu, 10 Nov 2022 13:16:14 -0300 Subject: tdf#150909 Fix regression: HTML entities badly rendered The "branding" XSL template is applied to every text in the Help to replace %PRODUCTNAME or [$officename] by the correct product name. It must not escape HTML entities such as < or other. Reverted previous workaround in xhp page. Change-Id: I1f7da19ca2899d92917504f162ba497bd9c787bb Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142555 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/shared/00/00000002.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/text/shared/00/00000002.xhp b/source/text/shared/00/00000002.xhp index b54a974f98..0cfbc9b60a 100644 --- a/source/text/shared/00/00000002.xhp +++ b/source/text/shared/00/00000002.xhp @@ -190,7 +190,7 @@

Tags

-HTML pages contain certain structural and formatting instructions called tags. Tags are code words enclosed by brackets in the document description language HTML. Many tags contain text or hyperlink references between the opening and closing brackets. For example, titles are marked by the tags < h1 > at the beginning and < /h1 > at the end of the title. Some tags only appear on their own such as < br > for a line break or < img ... > to link a graphic. +HTML pages contain certain structural and formatting instructions called tags. Tags are code words enclosed by brackets in the document description language HTML. Many tags contain text or hyperlink references between the opening and closing brackets. For example, titles are marked by the tags <h1> at the beginning and </h1> at the end of the title. Some tags only appear on their own such as <br> for a line break or <img ...> to link a graphic.
-- cgit