diff options
-rw-r--r-- | help3xsl/online_transform.xsl | 2 | ||||
-rw-r--r-- | source/text/shared/00/00000002.xhp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl index 6176574c33..c398e97a5e 100644 --- a/help3xsl/online_transform.xsl +++ b/help3xsl/online_transform.xsl @@ -900,7 +900,7 @@ </xsl:when> <xsl:otherwise> - <xsl:value-of disable-output-escaping="yes" select="$string"/> + <xsl:value-of select="$string"/> </xsl:otherwise> </xsl:choose> 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"> |