From: nohn Date: Sat, 7 May 2005 17:45:50 +0000 (+0000) Subject: just another uncritical backport X-Git-Tag: 0.8.1~21 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e2bd51f9ba6dbc1450eca2a4d4684334518acaf1;p=s9y.git just another uncritical backport --- diff --git a/docs/NEWS b/docs/NEWS index 8122598..b482f04 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -3,6 +3,8 @@ Version 0.8.1 () ------------------------------------------------------------------------ + * Fix RSS 1.0 missing top-level namespace (garvinhicking) + * Allow the serendipity_event_trackback additional trackbacks plugin to send trackbacks even if your entry did not contain at least one link. Also fix not sending trackbacks containing "#" fragments diff --git a/rss.php b/rss.php index 26301ca..d20f909 100644 --- a/rss.php +++ b/rss.php @@ -155,8 +155,9 @@ case '1.0': xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" - xmlns:wfw="http://wellformedweb.org/CommentAPI/"> - + xmlns:wfw="http://wellformedweb.org/CommentAPI/" + xmlns="http://my.netscape.com/rdf/simple/0.9/"> + $title {$serendipity['baseURL']} $description