@@ -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 | } |
@@ -94,7 +94,7 @@ |
||
| 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'; |