diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-09-11 09:23:47 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-09-14 22:44:10 +0200 |
commit | dfa442b3d862539a7b10af5281a080acaef7e73d (patch) | |
tree | 77cb4f856380467b5533beb20779967d50415160 /source | |
parent | 130638cf417ad37c42c7da8c47f552ba791fe3a7 (diff) |
tdf#150909 workaround for bad renderring of help page
Change-Id: I6d33eb8fd9787cc36837cb4c10c93695d834ed26
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/139770
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source')
-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 0cfbc9b60a..b54a974f98 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"> |