diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-11-10 13:16:14 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-11-10 18:05:52 +0100 |
commit | 05ca41502856e01755d7de748789cdfefd5e6d16 (patch) | |
tree | 82b1a1300eeb1e888846cbee04be18dced7b40c0 /source/text | |
parent | 4f452d1d8432a93eb41d5d0f90c2e0b5947e0e53 (diff) |
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 <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text')
-rw-r--r-- | source/text/shared/00/00000002.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <h2 id="hd_id3150751" xml-lang="en-US">Tags</h2> -<paragraph id="par_id3156360" role="paragraph" xml-lang="en-US"><link href="text/shared/00/00000002.xhp#html" name="HTML">HTML</link> 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.</paragraph> +<paragraph id="par_id3156360" role="paragraph" xml-lang="en-US"><link href="text/shared/00/00000002.xhp#html" name="HTML">HTML</link> 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.</paragraph> </section> <section id="url"> |