1
0
mirror of https://github.com/erusev/parsedown.git synced 2025-09-02 19:32:35 +02:00

remove goto comment

This commit is contained in:
Emanuil Rusev
2013-11-09 00:40:13 +02:00
parent 689ef24cc5
commit ee9a1e92c0

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