From 38264b92e21e93c76c6181cce1a17c975cb5d2d9 Mon Sep 17 00:00:00 2001
From: Fil <fil@rezo.net>
Date: Sat, 30 Jul 2005 09:43:51 +0000
Subject: [PATCH] =?UTF-8?q?premier=20bug=20s=C3=A9rieux=20:=20#EXPOSER=20t?=
 =?UTF-8?q?out=20seul=20g=C3=A9n=C3=A9rait=20une=20parse=20error=20(sur=20?=
 =?UTF-8?q?aide.ouvaton)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 inc-balises.php3 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/inc-balises.php3 b/inc-balises.php3
index 3b538a25fa..acc98547d2 100644
--- a/inc-balises.php3
+++ b/inc-balises.php3
@@ -383,8 +383,8 @@ function balise_EXPOSE_dist($p) {
 
 function balise_EXPOSER_dist($p)
 {
-	$on = 'on';
-	$off= '';
+	$on = "'on'";
+	$off= "''";
 	if ($a = ($p->fonctions)) {
 		// Gerer la notation [(#EXPOSER|on,off)]
 		$onoff = array_shift($a);
-- 
GitLab