Changeset 8605 for lang/perl/XML-Atom-Server-Lite
- Timestamp:
- 04/01/08 18:49:49 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/XML-Atom-Server-Lite/trunk/lib/XML/Atom/Server/Lite/Feed.pm
r8604 r8605 85 85 my $self = shift; 86 86 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/\">"; 88 88 for my $entry (@{$self->{entries}}) { 89 89 $xml .= $entry->to_xml;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)