From e29bd20660c3de4dd54eab8f14c4cc458d5beade Mon Sep 17 00:00:00 2001
From: ARNO* <arno@rezo.net>
Date: Wed, 26 Jan 2005 12:18:19 +0000
Subject: [PATCH] =?UTF-8?q?Bug=20d=C2=8Etection=20brouteur?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 ecrire/inc_presentation.php3 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ecrire/inc_presentation.php3 b/ecrire/inc_presentation.php3
index 29bbfcf257..37739f2181 100644
--- a/ecrire/inc_presentation.php3
+++ b/ecrire/inc_presentation.php3
@@ -1543,6 +1543,7 @@ function debut_html($titre = "", $rubrique="", $onLoad="") {
 	global $couleur_foncee, $couleur_claire, $couleur_lien, $couleur_lien_off;
 	global $mode, $spip_lang_rtl, $spip_display;
 	global $connect_statut, $connect_toutes_rubriques;
+	global $browser_name, $browser_rev;
 
 	// hack pour compatibilite spip-lab
 	if (strpos($rubrique, 'script>')) {
-- 
GitLab