--- gsitemap.module.orig 2006-11-04 00:56:11.000000000 +0100 +++ gsitemap.module 2006-11-04 01:09:20.000000000 +0100 @@ -303,7 +303,8 @@ function gsitemap_output() { $excludes = implode(',',$excluded_types); header("Content-type: text/xml"); print ''; - print ''; + print ''; + print ''; print '' . url('', NULL, NULL, TRUE) . 'always' . variable_get('gsitemap_frontpage', '1.0') . ''; $count = array(); $result = db_query("SELECT COUNT(*) AS count FROM {node}");