diff options
author | friendica <info@friendica.com> | 2012-02-13 18:23:03 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-13 18:40:28 -0800 |
commit | 803a7425eaff955bd0001b46ee7f22c5d80acb89 (patch) | |
tree | 96290b4286b358945c951afee3820ce61f146c79 /include | |
parent | c87aa8f9276652e28dd8c77babe1b4a27cee566c (diff) | |
download | volse-hubzilla-803a7425eaff955bd0001b46ee7f22c5d80acb89.tar.gz volse-hubzilla-803a7425eaff955bd0001b46ee7f22c5d80acb89.tar.bz2 volse-hubzilla-803a7425eaff955bd0001b46ee7f22c5d80acb89.zip |
make hr bbtag shareable, stray quote in duepuntozero wall_item
Diffstat (limited to 'include')
-rwxr-xr-x | include/conversation.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php index b44d4acd6..4eff0d088 100755 --- a/include/conversation.php +++ b/include/conversation.php @@ -609,7 +609,6 @@ function conversation(&$a, $items, $mode, $update, $preview = false) { if ($tag!="") $tags[] = bbcode($tag); } - // Build the HTML $body = prepare_body($item,true); |