diff options
author | Friendika <info@friendika.com> | 2011-01-25 05:26:12 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-01-25 05:26:12 -0800 |
commit | bb5ad77e2a67e0443444a433583c7d8de1a037a9 (patch) | |
tree | 54190a00f61b07bbb1b0f4821346a03cd1ec27b0 /mod | |
parent | b23de4fa9055f8cf6e0d78b83990fad45a04a27e (diff) | |
download | volse-hubzilla-bb5ad77e2a67e0443444a433583c7d8de1a037a9.tar.gz volse-hubzilla-bb5ad77e2a67e0443444a433583c7d8de1a037a9.tar.bz2 volse-hubzilla-bb5ad77e2a67e0443444a433583c7d8de1a037a9.zip |
smilies on new item view
Diffstat (limited to 'mod')
-rw-r--r-- | mod/network.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/network.php b/mod/network.php index f9badda78..02e458d8f 100644 --- a/mod/network.php +++ b/mod/network.php @@ -240,7 +240,7 @@ function network_content(&$a, $update = 0) { '$lock' => $lock, '$thumb' => $profile_avatar, '$title' => $item['title'], - '$body' => bbcode($item['body']), + '$body' => smilies(bbcode($item['body'])), '$ago' => relative_date($item['created']), '$location' => $location, '$indent' => '', |