Seems I found the solution myself. There was some wrong syntax:
<?php echo '<ul><li>'. types_render_field("features", array("raw"=>"true","separator"=>"</li><li>")) .'</li></ul>' ; ?>
Seems to work fine now..
Seems I found the solution myself. There was some wrong syntax:
<?php echo '<ul><li>'. types_render_field("features", array("raw"=>"true","separator"=>"</li><li>")) .'</li></ul>' ; ?>
Seems to work fine now..