As per http://drupal.org/coding-standards > PHP Code Tags, there should be no
?>
in the end of the php files.
There's one in nodeteaser.module and, worse, followed by a whitespace, which is being outputed, breaking all forms gotoes and some theme.
Correcting it is simple. Just remove the final ?> in node.teaser.module.
Thanks,
José San Martin
chuva-inc.com
Comments
Comment #1
José San Martin@drupal.org commentedBy the way: the same must be done in nodeteaser.install.