remove goto comment

This commit is contained in:
Emanuil Rusev 2013-11-09 00:40:13 +02:00
parent 689ef24cc5
commit ee9a1e92c0
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ class Parsedown
if ($line[0] >= 'a' or $line[0] >= 'A' and $line[0] <= 'Z')
{
goto paragraph; # trust me
goto paragraph;
}
# Code