From 6f247640c6fd030291116c0fc392fc49cc6822e9 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sun, 8 Jan 2012 14:07:01 +0000 Subject: [PATCH] Re-enabled RSS feed generation It was temporarily turned off while all that refactoring was going on --- js/Recipe.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/Recipe.js b/js/Recipe.js index 69abafd66..d58c1f01f 100755 --- a/js/Recipe.js +++ b/js/Recipe.js @@ -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 = [],