diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-01-25 13:10:01 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-01-25 17:14:27 +0100 |
commit | d6705dd31c29a15e6c8bd9e73e5188e6adfc1386 (patch) | |
tree | ce13d5d5f918a7d39c2b6627559399feab9b4dc8 /help3xsl | |
parent | 30c15a5e48886b78d0bd3eac3e5bdf9f29cd9ac3 (diff) |
shared/explorer/database is no more
Change-Id: I286096e6de26f5a0e35200b4db7a2a89cfddcb5f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/128934
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl')
-rw-r--r-- | help3xsl/online_transform.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl index c9b9a80928..4f75de400e 100644 --- a/help3xsl/online_transform.xsl +++ b/help3xsl/online_transform.xsl @@ -194,7 +194,7 @@ <div id="Bookmarks"> <xsl:variable name="pholder"> <xsl:choose> - <xsl:when test="not(contains($htmlpage, '/text/shared/explorer/database/')) and contains($htmlpage, '/text/shared/')"> + <xsl:when test="contains($htmlpage, '/text/shared/')"> <xsl:value-of select="$ui_pholderall"/> </xsl:when> <xsl:otherwise> |