From b803790e18f6365c0548185e2be86c9a4cad205f Mon Sep 17 00:00:00 2001 From: Pascal Corpet Date: Tue, 21 Jun 2005 14:26:19 +0000 Subject: [PATCH] backport bug https barre firefox Patches applied: * opensource@polytechnique.org--2005/platal--release--0.9.7--patch-6 bug barre firefox en http et non https git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-741 --- templates/search.quick.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/search.quick.tpl b/templates/search.quick.tpl index 99b5769..6b29013 100644 --- a/templates/search.quick.tpl +++ b/templates/search.quick.tpl @@ -58,8 +58,8 @@ function addEngine() { if ((typeof window.sidebar == "object") && (typeof window.sidebar.addSearchEngine == "function")) { {/literal} window.sidebar.addSearchEngine( - "{$baseurl}/xorg.src", - "{$baseurl}/images/xorg.png", + "{$baseurl|replace:"https":"http"}/xorg.src", + "{$baseurl|replace:"https":"http"}/images/xorg.png", "Recherche rapide X.org", "Academic"); {literal} -- 2.1.4