Oops, class constants cannot have a visibility attribute.
This commit is contained in:
parent
3ffc75e7c0
commit
6070ddbd7c
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ class Markdown {
|
|||
|
||||
### Version ###
|
||||
|
||||
public const MARKDOWNLIB_VERSION = "1.3-beta4";
|
||||
const MARKDOWNLIB_VERSION = "1.3-beta4";
|
||||
|
||||
### Simple Function Interface ###
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue