Passed
Push — main ( 3e1577...e2b5f1 )
by Stefan
02:05
created
SKien/Formgenerator/FormImage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
         } else if ($this->oFlags->isSet(FormFlags::ALIGN_RIGHT)) {
95 95
             $strStyle = 'text-align: right;';
96 96
         }
97
-        $strHTML  = $this->buildContainerDiv($strStyle);
97
+        $strHTML = $this->buildContainerDiv($strStyle);
98 98
         
99 99
         $strImg = $this->getImg();
100 100
         $strAlt = 'Image'; 
Please login to merge, or discard this patch.