diff --git a/mod/network.php b/mod/network.php
index 7a926282e..53de975a4 100644
--- a/mod/network.php
+++ b/mod/network.php
@@ -232,7 +232,7 @@ function network_content(&$a, $update = 0, $load = false) {
if($r) {
$sql_extra = " AND item.parent IN ( SELECT DISTINCT parent FROM item WHERE true $sql_options AND uid = " . intval(local_channel()) . " AND ( author_xchan = '" . dbesc($r[0]['abook_xchan']) . "' or owner_xchan = '" . dbesc($r[0]['abook_xchan']) . "' ) $item_normal ) ";
$title = replace_macros(get_markup_template("section_title.tpl"),array(
- '$title' => '
' . $r[0]['xchan_name'] . ''
+ '$title' => '
' . $r[0]['xchan_name'] . ''
));
$o = $tabs;
$o .= $title;