Add space.

This commit is contained in:
andrey
2001-10-02 13:57:58 +00:00
parent 87b477bf4a
commit 72a82abc98
2 changed files with 2 additions and 2 deletions

View File

@@ -302,7 +302,7 @@ class Smarty_Compiler extends Smarty {
return;
}
return '<?php' . $function($tag_args, $this) . ' ?>';
return '<?php ' . $function($tag_args, $this) . ' ?>';
}

View File

@@ -302,7 +302,7 @@ class Smarty_Compiler extends Smarty {
return;
}
return '<?php' . $function($tag_args, $this) . ' ?>';
return '<?php ' . $function($tag_args, $this) . ' ?>';
}