Passed
Push — development ( 853084...91e63a )
by Thomas
06:25
created
htdocs/lib2/OcHTMLPurifier.class.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
         // add attributes
91 91
         $def->addAttribute('a', 'rel', 'CDATA');
92 92
         $def->addAttribute('img', 'usemap', 'CDATA');
93
-        $def->addAttribute('map', 'name', 'CDATA');   // workaround for HTMLPurifer bug
93
+        $def->addAttribute('map', 'name', 'CDATA'); // workaround for HTMLPurifer bug
94 94
 
95 95
         // create parent object with config
96 96
         parent::__construct($config);
Please login to merge, or discard this patch.