Test Failed
Branch master (489776)
by P.R.
04:01
created
src/CorePageDecorator.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
   {
87 87
     echo '<!DOCTYPE html>';
88 88
     echo Html::generateTag('html',
89
-                           ['xmlns'    => 'http://www.w3.org/1999/xhtml',
89
+                            ['xmlns'    => 'http://www.w3.org/1999/xhtml',
90 90
                             'xml:lang' => $this->nub->babel->getLang(),
91 91
                             'lang'     => $this->nub->babel->getLang()]);
92 92
     echo '<head>';
Please login to merge, or discard this patch.