### Eclipse Workspace Patch 1.0
#P pj
Index: sites/all/modules/jstools/tabs/README.txt
===================================================================
RCS file: /cvs/drupal/contributions/modules/jstools/tabs/README.txt,v
retrieving revision 1.9
diff -u -r1.9 README.txt
--- sites/all/modules/jstools/tabs/README.txt	8 Aug 2007 20:33:51 -0000	1.9
+++ sites/all/modules/jstools/tabs/README.txt	9 Jan 2008 16:11:00 -0000
@@ -18,7 +18,7 @@
 
 Testing
 ------------------------------------------------------------------------------
-To test the module, you can download the DEV version and enable the 
+To test the module, you can download the DEV version and enable the
 Tabs Example module, then navigate to /tabsexample.
 
 
@@ -55,7 +55,7 @@
     '#content' => t('Third tab content.'),
   );
 
-  return tabs_render($form);
+  print tabs_render($form);
 
 For a form example, see the tabsexample.module file in the DRUPAL-5 branch
 of the module, in the /docs directory.
\ No newline at end of file
