diff options
author | zottel <github@zottel.net> | 2015-02-20 14:11:28 +0100 |
---|---|---|
committer | zottel <github@zottel.net> | 2015-02-20 14:11:28 +0100 |
commit | 48080d4103f19c6f2382be8f7ea66ca9b2f29d20 (patch) | |
tree | 560a3a89e7ca39661edd535a0a8173ae7e7814ea | |
parent | 2c7e8bea88abd4e835645996849e16ecd62dfa35 (diff) | |
download | volse-hubzilla-48080d4103f19c6f2382be8f7ea66ca9b2f29d20.tar.gz volse-hubzilla-48080d4103f19c6f2382be8f7ea66ca9b2f29d20.tar.bz2 volse-hubzilla-48080d4103f19c6f2382be8f7ea66ca9b2f29d20.zip |
correct indent
-rw-r--r-- | mod/display.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/display.php b/mod/display.php index d06f1e66f..d4a1acc5d 100644 --- a/mod/display.php +++ b/mod/display.php @@ -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']; } |