changeset 252:6f0275379974

BUFFIX: Markdown works again.
author Steve Kemp <steve@steve.org.uk>
date Thu, 22 May 2008 21:24:42 +0100
parents f9d9bda57a41
children 87de6d0befd8
files bin/chronicle
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/chronicle	Fri May 16 17:48:26 2008 +0100
+++ b/bin/chronicle	Thu May 22 21:24:42 2008 +0100
@@ -2229,7 +2229,7 @@
     #
     #  Convert.
     #
-    $text = Text::Markdown::Markdown($text);
+    $text = Text::Markdown::markdown($text);
     return ($text);
 }