| commit | a4310b27a37912daa02a104bcd8f834f9be66e13 | [log] |
|---|---|---|
| author | Olivier Hallot <olivier.hallot@libreoffice.org> | Mon Jan 02 16:25:44 2023 +0000 |
| committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | Wed Jan 04 08:12:13 2023 +0000 |
| tree | 48c5a03f3edf1d65ab9667269912af1ed4281fae | |
| parent | c2225b7c607a6718b0fbdd9da082fb9bf2921e68 [diff] |
tdf#148727, fix escaped characters Change-Id: Ibbed83017fdae0841fdb022a97cf21ad6eba1089 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144912 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl index 3d6ba73..811abb0 100644 --- a/help3xsl/online_transform.xsl +++ b/help3xsl/online_transform.xsl
@@ -952,7 +952,7 @@ </xsl:when> <xsl:otherwise> <xsl:value-of disable-output-escaping="yes" select="$string"/> <xsl:value-of select="$string"/> </xsl:otherwise> </xsl:choose>