diff options
Diffstat (limited to 'modules/blog.module')
-rw-r--r-- | modules/blog.module | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/blog.module b/modules/blog.module index 2bf42e3f3..f8cdb7922 100644 --- a/modules/blog.module +++ b/modules/blog.module @@ -107,8 +107,7 @@ function blog_feed_user($uid = 0, $date = 0) { } $output .= "<?xml version=\"1.0\" encoding=\"ISO-8859-1\" ?>\n"; - $output .= "<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC \"-//W3C//ENTITIES Latin 1 for XHTML//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent\">\n"; - $output .= "<?xml version=\"1.0\" encoding=\"ISO-8859-1\" ?>\n"; + // $output .= "<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC \"-//W3C//ENTITIES Latin 1 for XHTML//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent\">\n"; $output .= "<rss version=\"0.91\">\n"; $output .= format_rss_channel("$account->name's blog", path_uri() ."module.php?mod=blog&op=view&id=$account->uid", "$account->name's blog", $items); $output .= "</rss>\n"; |