diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c6e31e3..4fd18e16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - If units is set to imperial, the showRainAmount option of weatherforecast will show the correct unit. - Module currentWeather: check if temperature received from api is defined. - Fix an issue with module hidden status changing to `true` although lock string prevented showing it +- Fix newsfeed module bug (removeStartTags) ## [2.1.0] - 2016-12-31 diff --git a/modules/default/newsfeed/newsfeed.js b/modules/default/newsfeed/newsfeed.js index aed917f8..7c31717a 100644 --- a/modules/default/newsfeed/newsfeed.js +++ b/modules/default/newsfeed/newsfeed.js @@ -112,7 +112,7 @@ Module.register("newsfeed",{ //Remove selected tags from the beginning of rss feed items (title or description) - if (this.config.removeStartTags == "title" || "both") { + if (this.config.removeStartTags == "title" || this.config.removeStartTags == "both") { for (f=0; f