parent
6cb2ddad64
commit
34c746b4f8
|
@ -306,7 +306,7 @@ function($matches) use (&$value)
|
|||
*/
|
||||
protected static function compile_structure_closings($value)
|
||||
{
|
||||
$pattern = '/@(endif|endforeach|endfor|endwhile|break)/';
|
||||
$pattern = '/@(endif|endforeach|endfor|endwhile|break|continue)/';
|
||||
|
||||
return preg_replace($pattern, '<?php $1; ?>', $value);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue