@@ -424,7 +424,9 @@ |
||
424 | 424 | 'The Canvas URL you submitted could not be parsed.<pre>' . $_REQUEST['canvas_url'] . '</pre>', |
425 | 425 | NotificationMessage::ERROR |
426 | 426 | ); |
427 | - if (php_sapi_name() != 'cli') $smarty->display('page.tpl'); |
|
427 | + if (php_sapi_name() != 'cli') { |
|
428 | + $smarty->display('page.tpl'); |
|
429 | + } |
|
428 | 430 | exit; |
429 | 431 | } |
430 | 432 | } |