--- blogapi.module-dist	2005-01-31 22:00:01.000000000 +0100
+++ blogapi.module	2005-03-24 22:40:55.864599734 +0100
@@ -507,7 +507,7 @@
     $contents = ereg_replace('<title>[^<]*</title>', '', $contents);
   }
   else {
-    list($title, $rest) = explode("\n", $contents, 2);
+    list($title, $contents) = explode("\n", $contents, 2);
   }
   return $title;
 }
