issue 197, fixed a bug for set target ie on all of front end file after <load> have a targetie attribute

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9443 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2011-09-30 05:32:30 +00:00
parent a3bde4595d
commit 04af39452c

View file

@ -606,6 +606,7 @@
}
}
$output .= '<?php unset($_load_attrs); ?>';
if($meta_file) $output = '<!--#Meta:'.$meta_file.'-->'.$output;
return $output;
}