From d99a56d8dd7d66d6da77c1b0004b1d87f46bfcd9 Mon Sep 17 00:00:00 2001
From: Christian Lefebvre <christian_lefebvre@laposte.net>
Date: Wed, 4 Apr 2007 21:42:38 +0000
Subject: [PATCH] autodoc

---
 ecrire/inc/utils.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ecrire/inc/utils.php b/ecrire/inc/utils.php
index 2a0c40d2f1..2354ed5620 100644
--- a/ecrire/inc/utils.php
+++ b/ecrire/inc/utils.php
@@ -341,7 +341,7 @@ function parametre_url($url, $c, $v=NULL, $sep='&amp;') {
 // Prend une URL et lui ajoute/retire une ancre après l'avoir nettoyee
 // pour l'ancre on translitere, vire les non alphanum du debut,
 // et on remplace ceux a l'interieur ou au bout par -
-// http://doc.spip.org/@ancre_url replace{}
+// http://doc.spip.org/@ancre_url
 function ancre_url($url, $ancre) {
 	include_spip('inc/charsets');
 	// lever l'#ancre
-- 
GitLab