Completed
Push — master ( beff32...eda8de )
by Maxime
06:01
created
src/Distilleries/Contentful/Helpers/Parsedown.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
 class Parsedown extends \Parsedown
13 13
 {
14 14
     protected $voidElements = array(
15
-        'area', 'base', 'br', 'col', 'command', 'embed', 'hr', 'img', 'input', 'link', 'meta', 'param', 'source','blockquote',
15
+        'area', 'base', 'br', 'col', 'command', 'embed', 'hr', 'img', 'input', 'link', 'meta', 'param', 'source', 'blockquote',
16 16
     );
17 17
 
18 18
 }
19 19
\ No newline at end of file
Please login to merge, or discard this patch.