Skip to content
Snippets Groups Projects
Commit 04b37644 authored by deuce's avatar deuce
Browse files

Add TODO item for iTunes tags.

parent 547b4afc
No related branches found
No related tags found
No related merge requests found
......@@ -115,6 +115,7 @@ for (i = base.first_msg; i <= base.last_msg; i++) {
hdrs.push(hdr);
}
// TODO: iTunes tags?
out.write('<?xml version="1.0"?>\n<rss version="2.0">\n\t<channel>\n');
out.write('\t\t<title>'+encode_xml(opts.Title)+'</title>\n');
out.write('\t\t<description>'+encode_xml(opts.Description)+'</description>\n');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment