Completed
Branch dev (bc2253)
by
unknown
06:09
created
factory/_common/form/field_type/AdminPageFramework_FieldType_hidden.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
                     . ( $aField[ 'label' ]
68 68
                         ? "<span " . $this->getLabelContainerAttributes( $aField, 'admin-page-framework-input-label-string' ) . ">" 
69 69
                             . $aField[ 'label' ]
70
-                          . "</span>"
70
+                            . "</span>"
71 71
                         : "" 
72 72
                     )
73 73
                     . "<input " . $this->getAttributes( $aField[ 'attributes' ] ) . " />" 
Please login to merge, or discard this patch.