Index: nodeauthor/nodeauthor.module
===================================================================
RCS file: /cvs/drupal/contributions/modules/nodeauthor/nodeauthor.module,v
retrieving revision 1.3
diff -u -r1.3 nodeauthor.module
--- nodeauthor/nodeauthor.module	30 Nov 2007 16:01:08 -0000	1.3
+++ nodeauthor/nodeauthor.module	3 Jan 2008 14:59:50 -0000
@@ -18,7 +18,6 @@
 /**
  * Implementation of hook_perm().
  */
-
 function nodeauthor_perm() {
   return array("edit own info", "view author info");
 }
@@ -100,7 +99,6 @@
   return system_settings_form($form);
 }
 
-
 /**
  * Implementation of hook_nodeapi().
  */
@@ -128,6 +126,7 @@
       break;
   }
 }
+
 /**
  * Implementation of hook_theme().
  */
@@ -150,6 +149,6 @@
     $output .= "<div class=\"nodeauthor-pic\"><img src=\"/" . check_plain($picture)."\" alt=\"".t("User picture")."\" /></div>";
   }
   $output .= $info;
-  $ret .= '</div>';
+  $output .= '</div>';
   return $output;
 }
