@@ -103,7 +103,7 @@ |
||
103 | 103 | // Assign dialog content |
104 | 104 | $this->response()->assign($sContainer, 'innerHTML', $html); |
105 | 105 | $this->response()->jq('#styledModal')->modal('show'); |
106 | - if(isset($aOptions['width'])) |
|
106 | + if (isset($aOptions['width'])) |
|
107 | 107 | { |
108 | 108 | // Set the value of the dialog width |
109 | 109 | $width = $aOptions['width']; |