@@ -27,7 +27,7 @@ |
||
| 27 | 27 | protected function alert($message, $title) |
| 28 | 28 | { |
| 29 | 29 | $title = ''; // Not used. |
| 30 | - if($this->getReturn()) |
|
| 30 | + if ($this->getReturn()) |
|
| 31 | 31 | { |
| 32 | 32 | return 'alert(' . $title . $message . ')'; |
| 33 | 33 | } |