diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-24 05:52:29 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-24 05:52:29 -0700 |
commit | 1db8ab907bb191b215f74be456861f1ca59ded48 (patch) | |
tree | eb257e911250ec980f8dfa03e512271f87bfc936 /mod/profile.php | |
parent | cb0d45385ce23426fb546ba5790cae3b22b31c0c (diff) | |
download | volse-hubzilla-1db8ab907bb191b215f74be456861f1ca59ded48.tar.gz volse-hubzilla-1db8ab907bb191b215f74be456861f1ca59ded48.tar.bz2 volse-hubzilla-1db8ab907bb191b215f74be456861f1ca59ded48.zip |
css change to allow live inserts
Diffstat (limited to 'mod/profile.php')
-rw-r--r-- | mod/profile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profile.php b/mod/profile.php index bb7357e5b..6b425bcd1 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -241,7 +241,7 @@ function profile_content(&$a) { '$thumb' => $profile_avatar, '$body' => bbcode($item['body']), '$ago' => relative_date($item['created']), - '$indent' => (($item['parent'] != $item['item_id']) ? 'comment-' : ''), + '$indent' => (($item['parent'] != $item['item_id']) ? ' comment' : ''), '$comment' => $comment )); } |