Completed
Push — master ( cb46a0...974133 )
by Marc
04:34
created
src/XmlRenderer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
      */
51 51
     private function xml2xhtml($xml)
52 52
     {
53
-        return preg_replace_callback('#<(\w+)([^>]*)\s*/>#s', function ($m) {
53
+        return preg_replace_callback('#<(\w+)([^>]*)\s*/>#s', function($m) {
54 54
             $xhtml_tags = array(
55 55
                 'br', 'hr', 'input', 'frame', 'img', 'area', 'link', 'col',
56 56
                 'base', 'basefont', 'param'
Please login to merge, or discard this patch.