summaryrefslogtreecommitdiff
path: root/plugins/Comet/CometPlugin.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-04-26 20:50:39 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-04-26 20:50:39 -0400
commitdb3b56a2fdf51e97e9859aa731674947571667aa (patch)
treeeec5d1d1baa33c0eaab7ca1b0281c85f5e0e2fb6 /plugins/Comet/CometPlugin.php
parente438334c00ebe29c01bfc5b02aa64cffdb43cb46 (diff)
Display rendered HTML for a notice
Display the rendered HTML for a notice
Diffstat (limited to 'plugins/Comet/CometPlugin.php')
-rw-r--r--plugins/Comet/CometPlugin.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Comet/CometPlugin.php b/plugins/Comet/CometPlugin.php
index cff0d4c9d..2e0bb40a4 100644
--- a/plugins/Comet/CometPlugin.php
+++ b/plugins/Comet/CometPlugin.php
@@ -143,6 +143,7 @@ class CometPlugin extends Plugin
$arr = $act->twitter_status_array($notice, true);
$arr['url'] = $notice->bestUrl();
+ $arr['html'] = htmlspecialchars($notice->rendered);
$profile = $notice->getProfile();
$arr['user']['profile_url'] = $profile->profileurl;