@@ -110,7 +110,7 @@ |
||
110 | 110 | $strHTML .= $this->buildStyle(); |
111 | 111 | $strHTML .= $this->buildAttributes(); |
112 | 112 | $strHTML .= '>'; |
113 | - if (strlen($this->strLabelFor) > 0 ) { |
|
113 | + if (strlen($this->strLabelFor) > 0) { |
|
114 | 114 | $strHTML .= '<label for="' . $this->strLabelFor . '">' . $this->strText . '</label>'; |
115 | 115 | } else { |
116 | 116 | $strHTML .= $this->strText; |