From 909980c8b39e3010667a82b73bd9d6b2fa921834 Mon Sep 17 00:00:00 2001
From: Fil <fil@rezo.net>
Date: Wed, 2 Oct 2002 19:37:55 +0000
Subject: [PATCH] bug surligne (Thomas Noel)

---
 ecrire/inc_surligne.php3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ecrire/inc_surligne.php3 b/ecrire/inc_surligne.php3
index 577b9a2c55..f167316af6 100644
--- a/ecrire/inc_surligne.php3
+++ b/ecrire/inc_surligne.php3
@@ -77,7 +77,7 @@ function debut_surligne($mots, $mode_surligne) {
 			break;
 
 		case 'actif' :	// il y a un buffer a traiter
-			$la_page = mots_surligne(ob_get_contents(), $mots);
+			$la_page = surligner_mots(ob_get_contents(), $mots);
 			ob_end_clean();
 			echo $la_page;
 			ob_start("");
-- 
GitLab