Index: common.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/common.inc,v
retrieving revision 1.582
diff -u -r1.582 common.inc
--- common.inc	17 Oct 2006 08:42:24 -0000	1.582
+++ common.inc	21 Oct 2006 16:38:39 -0000
@@ -1218,7 +1218,7 @@
  */
 function drupal_eval($code) {
   ob_start();
-  print eval('?>'. $code);
+  print eval('?>'. trim($code));
   $output = ob_get_contents();
   ob_end_clean();
   return $output;
