fixed too short open-tag

This commit is contained in:
messju
2003-07-17 19:22:47 +00:00
parent fe63515d03
commit 84322ae6b3

View File

@@ -34,7 +34,7 @@ function smarty_core_write_compiled_include($params, &$smarty)
$_include_compiled .= "\$this->_cache_serials['".$_compile_path."'] = '".$params['cache_serial']."';\n\n?>";
$_include_compiled .= $params['plugins_code'];
$_include_compiled .= "<?";
$_include_compiled .= "<?php";
for ($_i = 0, $_for_max = count($_match_source); $_i < $_for_max; $_i++) {
$_match =& $_match_source[$_i];
$_include_compiled .= "