From ab23aacb791ce8bc8bdaceca7aa5489bd134f917 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Wed, 3 Sep 2014 10:49:18 +0000 Subject: [PATCH] The mailtolink don't have the // git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1789 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- markdown.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown.php b/markdown.php index 62292ac..f7167d5 100644 --- a/markdown.php +++ b/markdown.php @@ -92,7 +92,7 @@ class markdown $search[] = "#<(https?://.+)>#"; $replace[] = "\\1"; $search[] = "#<(.+@.+)>#"; - $replace[] = "\\1"; + $replace[] = "\\1"; // TODO : Links by reference : // Voici un petit texte écrit par [Michel Fortin][mf]. // [mf]: http://michelf.ca/ "Mon site web"