Passed
Push — master ( 755472...23808d )
by Adam
03:58
created
lib/Caxy/HtmlDiff/ListDiffLines.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -24,9 +24,9 @@
 block discarded – undo
24 24
      * @var array
25 25
      */
26 26
     protected static $listContentTags = array(
27
-        'h1','h2','h3','h4','h5','pre','div','br','hr','code',
28
-        'input','form','img','span','a','i','b','strong','em',
29
-        'font','big','del','tt','sub','sup','strike',
27
+        'h1', 'h2', 'h3', 'h4', 'h5', 'pre', 'div', 'br', 'hr', 'code',
28
+        'input', 'form', 'img', 'span', 'a', 'i', 'b', 'strong', 'em',
29
+        'font', 'big', 'del', 'tt', 'sub', 'sup', 'strike',
30 30
     );
31 31
 
32 32
     /**
Please login to merge, or discard this patch.