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