I think this has been caused by a bug which has been fixed in CVS.
In vlibTemplate.php, find the function called _parse (around line 1360). The function declaration reads:
function _parse $compress=''
Change this to:
function _parse $compress=null
and see if that solves your problem. If it doesn't, let me know and I'll look into it further.
Regards,
Kelvin