mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
change brackes around the message id to lt and gt
This commit is contained in:
parent
18dc148963
commit
e0506ef8ac
@ -190,7 +190,7 @@ if ( $index > 15) {
|
||||
for (my $i=$index; $i > 0 ; $i--) {
|
||||
print (" <item>\n");
|
||||
print (" <title>" . $articles[$i]->{'Subject'} . "</title>\n");
|
||||
print (" <link>http://www.dejanews.com/[LB=http://www.mozilla.org/]/msgid.xp?MID=<" . $articles[$i]->{'Message-ID'} . "></link>\n");
|
||||
print (" <link>http://www.dejanews.com/[LB=http://www.mozilla.org/]/msgid.xp?MID=<" . $articles[$i]->{'Message-ID'} . "></link>\n");
|
||||
print (" </item>\n\n");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user