summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--classes/digest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/digest.php b/classes/digest.php
index 68a14ef68..68859d67c 100644
--- a/classes/digest.php
+++ b/classes/digest.php
@@ -192,8 +192,8 @@ class Digest
$tpl_t->setVariable('ARTICLE_LINK', $line["link"]);
$tpl_t->setVariable('ARTICLE_UPDATED', $updated);
$tpl_t->setVariable('ARTICLE_LABELS', $article_labels_formatted, true);
-// $tpl_t->setVariable('ARTICLE_EXCERPT',
-// truncate_string(strip_tags($line["excerpt"]), 100));
+ $tpl_t->setVariable('ARTICLE_EXCERPT',
+ truncate_string(strip_tags($line["excerpt"]), 300), true);
$tpl_t->addBlock('article');