summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/functions.php b/include/functions.php
index 1e527e70d..b14515bdd 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -3302,6 +3302,8 @@
</head><body>";
}
+ $rv['title'] = $line['title'];
+
$rv['content'] .= "<div id=\"PTITLE-$id\" style=\"display : none\">" .
truncate_string(strip_tags($line['title']), 15) . "</div>";