diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-12-17 10:49:47 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-12-17 15:40:19 +0100 |
commit | b8d853c9b126d6d7a26843c400f18db93b1ce929 (patch) | |
tree | 3b0760769cf55f157fed333466bfeed0ff15c042 /help3xsl | |
parent | fc54b052a9b51da8954d90250958b08c20ab9e19 (diff) |
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>
(cherry picked from commit 58ac48c0056e70c9e1e44e9ef84355dddb13784a)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/160862
Diffstat (limited to 'help3xsl')
-rw-r--r-- | help3xsl/xap_templ_query.xsl | 2 |
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> |