From: Pascal Corpet Date: Tue, 21 Jun 2005 14:26:19 +0000 (+0000) Subject: backport bug https barre firefox X-Git-Tag: xorg/old~23 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=b803790e18f6365c0548185e2be86c9a4cad205f;p=platal.git 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 --- 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}