aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2015-02-20 14:11:28 +0100
committerzottel <github@zottel.net>2015-02-20 14:11:28 +0100
commit48080d4103f19c6f2382be8f7ea66ca9b2f29d20 (patch)
tree560a3a89e7ca39661edd535a0a8173ae7e7814ea /mod
parent2c7e8bea88abd4e835645996849e16ecd62dfa35 (diff)
downloadvolse-hubzilla-48080d4103f19c6f2382be8f7ea66ca9b2f29d20.tar.gz
volse-hubzilla-48080d4103f19c6f2382be8f7ea66ca9b2f29d20.tar.bz2
volse-hubzilla-48080d4103f19c6f2382be8f7ea66ca9b2f29d20.zip
correct indent
Diffstat (limited to 'mod')
-rw-r--r--mod/display.php4
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'];
}