If you try to edit template, you won't see your data in form.
That's just because of one variable:

Change line 85 in wysiwyg_template.module:

<?php
return $template['body'];
?>

to this line:

<?php
return $template;
?>

Comments

guybedford’s picture

Status: Active » Fixed

Thanks for spotting that one. This bug fix has been committed in the latest version.

guybedford’s picture

Status: Fixed » Closed (fixed)