correct indent
This commit is contained in:
parent
2c7e8bea88
commit
48080d4103
@ -228,8 +228,8 @@ function display_content(&$a, $update = 0, $load = false) {
|
||||
$o .= conversation($a, $items, 'display', $update, 'client');
|
||||
} else {
|
||||
$o .= conversation($a, $items, 'display', $update, 'traditional');
|
||||
if ($items[0]['title'])
|
||||
$a->page['title'] = $items[0]['title'] . " - " . $a->page['title'];
|
||||
if ($items[0]['title'])
|
||||
$a->page['title'] = $items[0]['title'] . " - " . $a->page['title'];
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user