mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-02 21:31:48 +01:00
Add space.
This commit is contained in:
@@ -302,7 +302,7 @@ class Smarty_Compiler extends Smarty {
|
||||
return;
|
||||
}
|
||||
|
||||
return '<?php' . $function($tag_args, $this) . ' ?>';
|
||||
return '<?php ' . $function($tag_args, $this) . ' ?>';
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -302,7 +302,7 @@ class Smarty_Compiler extends Smarty {
|
||||
return;
|
||||
}
|
||||
|
||||
return '<?php' . $function($tag_args, $this) . ' ?>';
|
||||
return '<?php ' . $function($tag_args, $this) . ' ?>';
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user