@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -if (! function_exists('parsehtml')) { |
|
3 | +if (!function_exists('parsehtml')) { |
|
4 | 4 | /** |
5 | 5 | * convert html to markdown |
6 | 6 | * |