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

New commits:
commit a8e9369e739ce9119af7a662e46b662804f7c1d9
Author:     Olivier Hallot <olivier.hal...@libreoffice.org>
AuthorDate: Wed Apr 2 19:23:03 2025 -0300
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Thu Apr 3 00:28:39 2025 +0200

    tdf#165758 Escape CGI comma for xapian template
    
    Change-Id: I3ebd50f3a12c9eebab5df2359b9a2bdb85c239ce
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/183647
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/help3xsl/xap_templ_query.xsl b/help3xsl/xap_templ_query.xsl
index 7b8c313703..69542f4103 100644
--- a/help3xsl/xap_templ_query.xsl
+++ b/help3xsl/xap_templ_query.xsl
@@ -148,7 +148,7 @@ $if{$suggestion,]]><xsl:apply-templates 
select="//variable[@id='xap_didyoumean']
 
 $or{$html{$error},
 $if{$eq{$msize,0},
-$if{$query,]]><xsl:apply-templates 
select="//variable[@id='xap_no_match']"/><![CDATA[,
+$if{$query$.]]><xsl:apply-templates 
select="//variable[@id='xap_no_match']"/><![CDATA[,
 <hr>]]><xsl:apply-templates 
select="//variable[@id='xap_searching_doc']"/><![CDATA[
 },
 $if{$not{$msizeexact},

Reply via email to