/[suikacvs]/markup/html/whatpm/mkcommitfeed.pl
Suika

Diff of /markup/html/whatpm/mkcommitfeed.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by wakaba, Tue Oct 21 06:17:52 2008 UTC revision 1.5 by wakaba, Tue Oct 21 06:18:59 2008 UTC
# Line 93  unless ($feed) { Line 93  unless ($feed) {
93    $feed = $doc->create_element_ns ('http://www.w3.org/2005/Atom', 'feed');    $feed = $doc->create_element_ns ('http://www.w3.org/2005/Atom', 'feed');
94    $doc->append_child ($feed);    $doc->append_child ($feed);
95  }  }
96  $feed->set_attribute_ns ('xmlns', $feed->namespace_uri);  $feed->set_attribute_ns ('http://www.w3.org/2000/xmlns/',
97                             'xmlns', $feed->namespace_uri);
98    
99  unless (@{$feed->author_elements}) {  unless (@{$feed->author_elements}) {
100    if (defined $feed_author_name) {    if (defined $feed_author_name) {

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24