]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - extlib/Michelf/MarkdownInterface.php
extlib Michelf\Markdown updated 1.4.0 to 1.4.1
[quix0rs-gnu-social.git] / extlib / Michelf / MarkdownInterface.php
index 22c571a0d09cea891911e390dd9c1da6adb67e78..e4c2931f32b01a626e7e51275a66a8ee041b0bb1 100644 (file)
@@ -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