Re-enabled RSS feed generation

It was temporarily turned off while all that refactoring was going on
print-window-tiddler
Jeremy Ruston 2012-01-08 14:07:01 +00:00
rodzic d01ba66305
commit 6f247640c6
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -315,7 +315,6 @@ Recipe.tiddlerOutputter = {
// Cook an RSS file of the most recent 20 tiddlers
Recipe.prototype.cookRss = function() {
return ""; // Temporarily suppress RSS feed generation
var me = this,
numRssItems = 20,
s = [],