From 6070ddbd7cb2417a99b021578af204f25b35ab92 Mon Sep 17 00:00:00 2001 From: Michel Fortin Date: Mon, 8 Apr 2013 07:34:29 -0400 Subject: [PATCH] Oops, class constants cannot have a visibility attribute. --- Michelf/Markdown.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Michelf/Markdown.php b/Michelf/Markdown.php index d11f18e..1af82e1 100644 --- a/Michelf/Markdown.php +++ b/Michelf/Markdown.php @@ -32,7 +32,7 @@ class Markdown { ### Version ### - public const MARKDOWNLIB_VERSION = "1.3-beta4"; + const MARKDOWNLIB_VERSION = "1.3-beta4"; ### Simple Function Interface ###