I found out that diff invalidates any themeing you do to a node form, the result from phptemplate_node_form() is not used when editing a node only when you add a new node.
I had to comment out line 422 in diff.module:
[code]
// $form['#theme'] = 'diff_node_form';
[/code]
Comments
Comment #1
moshe weitzman commentedcorrect, you have to implement the diff theme function instead ... this won't be needed in D6.
Comment #2
manasiv commentedHi,
This worked for me as well.Commenting line 422 enables custom theming with Drupal 5.7.
Comment #3
Balefire commentedI know this is old, but it has had me going for about 4 hours! Instead of commenting out lines, just use:
instead of: