Index: signup.theme
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/signup/signup.theme,v
retrieving revision 1.12
diff -r1.12 signup.theme
2d1
< 
9c8
<  *   The node which needs theming
---
>  *  The node which needs theming.
13c12
<   $output .= '<div class="signup-user-schedule"><div class="'. $node->type. 'signup-title"><h4>'. l($node->title, "node/$node->nid") . '</h4></div></div>';
---
>   $output .= '<div class="signup-user-schedule"><div class="'. $node->type. 'signup-title"><h4>'. l($node->title, "node/$node->nid") .'</h4></div></div>';
17d15
< 
22,24c20,22
<  * You can alter this user signup form to suit your needs -- feel free
<  * to alter any elements in this section, remove them, or add any
<  * others.
---
>  * You can change this user signup form to suit your needs. Create a new module
>  * for your site and use the hook_form_alter() function to override or change
>  * any elements in this section, remove them, or add more elements to the form.
26c24
<  * In order for the form to be rendered properly, the name of the form
---
>  * In order for this form to be rendered properly, the name of the form
33c31
<  * Fieldsets are not currently supported in this form.  Any
---
>  * Fieldsets are not currently supported in this form. Also, any
39c37
<  *   Array defining the form to present to the user to signup for a node.
---
>  *  Array defining the form to present to the user to signup for a node.
44c42
<   // This line is required for this form to function -- DO NOT EDIT OR REMOVE.
---
>   // This line is required for the form to function -- DO NOT ALTER OR REMOVE.
63d60
< 
