1
0
mirror of https://github.com/erusev/parsedown.git synced 2025-09-05 20:33:03 +02:00

Removed double semicolon

This commit is contained in:
Marek Skiba
2017-03-02 12:43:51 +01:00
committed by GitHub
parent 4b6493999a
commit 7081afe8cb

View File

@@ -448,7 +448,7 @@ class Parsedown
return $Block; return $Block;
} }
$Block['element']['text']['text'] .= "\n".$Line['body'];; $Block['element']['text']['text'] .= "\n".$Line['body'];
return $Block; return $Block;
} }