Changeset 320 for wiki-toolkit/trunk/lib/Wiki/Toolkit/Feed/RSS.pm
- Timestamp:
- 06/02/06 23:10:23 (6 years ago)
- Files:
-
- 1 modified
-
wiki-toolkit/trunk/lib/Wiki/Toolkit/Feed/RSS.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wiki-toolkit/trunk/lib/Wiki/Toolkit/Feed/RSS.pm
r315 r320 171 171 # TODO: Decide if we should include the "all categories listing" url 172 172 # as the scheme (URI) attribute? 173 my $category_rss ;173 my $category_rss = ""; 174 174 if($node->{metadata}->{category}) { 175 175 foreach my $cat (@{ $node->{metadata}->{category} }) {
