Show
Ignore:
Timestamp:
04/01/08 18:49:49 (5 years ago)
Author:
mattn
Message:

lang/perl/XML-Atom-Server-Lite/trunk/lib/XML/Atom/Server/Lite/Feed.pm:
removed xmlns:lang

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/XML-Atom-Server-Lite/trunk/lib/XML/Atom/Server/Lite/Feed.pm

    r8604 r8605  
    8585    my $self = shift; 
    8686    my $xml = ""; 
    87     $xml .= "<feed xmlns=\"http://purl.org/atom/ns#\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xml:lang=\"ja\">"; 
     87    $xml .= "<feed xmlns=\"http://purl.org/atom/ns#\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\">"; 
    8888    for my $entry (@{$self->{entries}}) { 
    8989        $xml .= $entry->to_xml;