longer excerpt
This commit is contained in:
parent
2c9d384d8b
commit
3b80e68c54
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ OwnCloud.prototype.normalize_article = function(article) {
|
||||||
content: article.body,
|
content: article.body,
|
||||||
feed_title: feed_title,
|
feed_title: feed_title,
|
||||||
feed_id: article.feedId,
|
feed_id: article.feedId,
|
||||||
excerpt: article.body.stripHTML().substring(0, 50),
|
excerpt: article.body.stripHTML().substring(0, 100),
|
||||||
updated: article.pubDate,
|
updated: article.pubDate,
|
||||||
link: article.link,
|
link: article.link,
|
||||||
marked: article.starred,
|
marked: article.starred,
|
||||||
|
|
Reference in a new issue