Index: update.fetch.inc
===================================================================
--- update.fetch.inc	(révision 1612)
+++ update.fetch.inc	(copie de travail)
@@ -156,7 +156,8 @@
     }
   }
 
-  if (!empty($data)) {
+  $data = '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html><head></head><body></body></html>';
+  if ((!empty($data)) && (preg_match('/\A<\?xml/simx', $data))) {
     $available = update_parse_xml($data);
     // @todo: Purge release data we don't need (http://drupal.org/node/238950).
     if (!empty($available)) {