help3xsl/online_transform.xsl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d6705dd31c29a15e6c8bd9e73e5188e6adfc1386
Author:     Olivier Hallot <olivier.hal...@libreoffice.org>
AuthorDate: Tue Jan 25 13:10:01 2022 -0300
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Tue Jan 25 17:14:27 2022 +0100

    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.hal...@libreoffice.org>

diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl
index c9b9a8092..4f75de400 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>

Reply via email to