css change to allow live inserts
This commit is contained in:
parent
cb0d45385c
commit
1db8ab907b
4 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue