Symbian.org/RssReader.js
changeset 10 07ac2f6a36a9
parent 2 99bc8e56b756
child 13 3a1db8573f1e
--- a/Symbian.org/RssReader.js	Mon Jul 13 10:42:26 2009 +0100
+++ b/Symbian.org/RssReader.js	Tue Jul 21 12:16:25 2009 +0100
@@ -16,6 +16,7 @@
 	this.hasData = false;
 	this.startFromItem = 0;
 	this.maxItems = 0;
+	this.escapeLtGt = true;
 	
 	var caption = createCaption(aFeedName);
 	
@@ -116,6 +117,7 @@
 		// fetch the feed from the specified URL
 		this.feedUpdateBrokerActive = true;
 		this.feedUpdateBroker = new FeedUpdateBroker();
+		this.feedUpdateBroker.escapeLtGt = this.escapeLtGt;
 		this.feedUpdateBroker.startFromItem = this.startFromItem;
 		this.feedUpdateBroker.maxItems = this.maxItems;