summaryrefslogtreecommitdiffstats
path: root/help3xsl
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2023-12-17 10:49:47 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2023-12-17 14:52:32 +0100
commit58ac48c0056e70c9e1e44e9ef84355dddb13784a (patch)
tree3b0760769cf55f157fed333466bfeed0ff15c042 /help3xsl
parentfix file extension on help installation page (diff)
downloadhelp-58ac48c0056e70c9e1e44e9ef84355dddb13784a.tar.gz
help-58ac48c0056e70c9e1e44e9ef84355dddb13784a.zip
Fix online help xapian build
+ refactor of browserhelp.xhp Change-Id: Iaba2ac4c8951bfb65fb237fa9eab95269826c544 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/160886 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl')
-rw-r--r--help3xsl/xap_templ_query.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/xap_templ_query.xsl b/help3xsl/xap_templ_query.xsl
index ec42e84cf7..88dae9c03a 100644
--- a/help3xsl/xap_templ_query.xsl
+++ b/help3xsl/xap_templ_query.xsl
@@ -24,7 +24,7 @@ xsltproc xap_template_query.xsl <file.xhp>
<xsl:variable name ="ui_index"><xsl:apply-templates select="//variable[@id='index']"/></xsl:variable>
<xsl:variable name ="ui_pholderbmarksall"><xsl:apply-templates select="//variable[@id='pholderbmarksall']"/></xsl:variable>
<xsl:variable name ="ui_pholderbmarkschosen"><xsl:apply-templates select="//variable[@id='pholderbmarkschosen']"/></xsl:variable>
- <xsl:variable name ="ui_pholderfullsearch"><xsl:apply-templates select="$tmp_doc_ui//variable[@id='pholderfullsearch']"/></xsl:variable>
+ <xsl:variable name ="ui_pholderfullsearch"><xsl:apply-templates select="//variable[@id='pholderfullsearch']"/></xsl:variable>
<xsl:variable name ="ui_module"><xsl:apply-templates select="//variable[@id='module']"/></xsl:variable>
<xsl:variable name ="ui_language"><xsl:apply-templates select="//variable[@id='language']"/></xsl:variable>
<xsl:variable name ="ui_donate"><xsl:apply-templates select="//variable[@id='donate']"/></xsl:variable>