Oops, class constants cannot have a visibility attribute.

This commit is contained in:
Michel Fortin 2013-04-08 07:34:29 -04:00
parent 3ffc75e7c0
commit 6070ddbd7c

View file

@ -32,7 +32,7 @@ class Markdown {
### Version ###
public const MARKDOWNLIB_VERSION = "1.3-beta4";
const MARKDOWNLIB_VERSION = "1.3-beta4";
### Simple Function Interface ###