@@ -31,7 +31,7 @@ |
||
| 31 | 31 | */ |
| 32 | 32 | public function getHTML() : string |
| 33 | 33 | { |
| 34 | - $strHTML = '<script>' . $this->strScript . '</Script>' . PHP_EOL; |
|
| 34 | + $strHTML = '<script>' . $this->strScript . '</Script>' . PHP_EOL; |
|
| 35 | 35 | return $strHTML; |
| 36 | 36 | } |
| 37 | 37 | } |
@@ -98,7 +98,7 @@ |
||
| 98 | 98 | } else if ($this->oFlags->isSet(FormFlags::ALIGN_RIGHT)) { |
| 99 | 99 | $strStyle = 'text-align: right;'; |
| 100 | 100 | } |
| 101 | - $strHTML = $this->buildContainerDiv($strStyle); |
|
| 101 | + $strHTML = $this->buildContainerDiv($strStyle); |
|
| 102 | 102 | |
| 103 | 103 | if (strlen($this->strBoundTo) > 0) { |
| 104 | 104 | $this->addAttribute('data-bound-to', $this->strBoundTo); |