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
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}