@@ -340,7 +340,7 @@ |
||
| 340 | 340 | { |
| 341 | 341 | $strStyle = ''; |
| 342 | 342 | if ($this->iWidth > 0) { |
| 343 | - $strStyle = "body { width: " . $this->iWidth . "px;}" . PHP_EOL; |
|
| 343 | + $strStyle = "body { width: " . $this->iWidth . "px;}" . PHP_EOL; |
|
| 344 | 344 | } |
| 345 | 345 | $iCnt = count($this->aChild); |
| 346 | 346 | for ($i = 0; $i < $iCnt; $i++) { |
@@ -142,7 +142,7 @@ |
||
| 142 | 142 | $strHTML .= '<input'; |
| 143 | 143 | $strHTML .= ' type="hidden"'; |
| 144 | 144 | $strHTML .= ' name="' . $this->strName . '"'; |
| 145 | - $strValue = ($bChecked) ? 'on' :'off'; |
|
| 145 | + $strValue = ($bChecked) ? 'on' : 'off'; |
|
| 146 | 146 | $strHTML .= ' value="' . $strValue . '">'; |
| 147 | 147 | } |
| 148 | 148 | return $strHTML; |
@@ -27,7 +27,7 @@ |
||
| 27 | 27 | */ |
| 28 | 28 | public function getHTML() : string |
| 29 | 29 | { |
| 30 | - $strHTML = '<script>' . $this->strScript . '</script>' . PHP_EOL; |
|
| 30 | + $strHTML = '<script>' . $this->strScript . '</script>' . PHP_EOL; |
|
| 31 | 31 | return $strHTML; |
| 32 | 32 | } |
| 33 | 33 | } |