diff --git a/classes/pref/filters.php b/classes/pref/filters.php
index 5d19a555..c4d6fea1 100644
--- a/classes/pref/filters.php
+++ b/classes/pref/filters.php
@@ -95,7 +95,9 @@ class Pref_Filters extends Handler_Protected {
print "
";
print "
";
- $line["content_preview"] = strip_tags($line["content_preview"]), 100, '...');
+
+ $line["content_preview"] = truncate_string(strip_tags($line["content_preview"]), 100, '...');
+
while ($line = $this->dbh->fetch_assoc($result)) {
foreach (PluginHost::getInstance()->get_hooks(PluginHost::HOOK_QUERY_HEADLINES) as $p) {
$line = $p->hook_query_headlines($line, 100);