[livejournal] r17323: LJSV-1114 (Output of OPML feed has incor...
Committer: ailyin
LJSV-1114 (Output of OPML feed has incorrect case)U trunk/htdocs/tools/opml.bml
Modified: trunk/htdocs/tools/opml.bml
===================================================================
--- trunk/htdocs/tools/opml.bml 2010-09-09 09:49:14 UTC (rev 17322)
+++ trunk/htdocs/tools/opml.bml 2010-09-09 09:52:20 UTC (rev 17323)
@@ -36,7 +36,7 @@
foreach my $uid (sort { $a <=> $b } @uids) {
my $fr = $us->{$uid} or next;
my $title = $fr->{name};
- $x .= "<outline text=\"" . LJ::exml($title) . "\" xmlURL=\"" . LJ::exml($fr->journal_base . "/data/rss") . "\" />\n";
+ $x .= "<outline text=\"" . LJ::exml($title) . "\" xmlUrl=\"" . LJ::exml($fr->journal_base . "/data/rss") . "\" />\n";
}
$x .= "</body></opml>\n";
BML::noparse();
