diff options
Diffstat (limited to 'vendor/Michelf/MarkdownInterface.php')
-rw-r--r-- | vendor/Michelf/MarkdownInterface.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/vendor/Michelf/MarkdownInterface.php b/vendor/Michelf/MarkdownInterface.php index 22c571a0..e4c2931f 100644 --- a/vendor/Michelf/MarkdownInterface.php +++ b/vendor/Michelf/MarkdownInterface.php @@ -3,7 +3,7 @@ # Markdown - A text-to-HTML conversion tool for web writers # # PHP Markdown -# Copyright (c) 2004-2013 Michel Fortin +# Copyright (c) 2004-2014 Michel Fortin # <http://michelf.com/projects/php-markdown/> # # Original Markdown @@ -32,6 +32,3 @@ interface MarkdownInterface { public function transform($text); } - - -?>
\ No newline at end of file |