Make description more clear

This commit is contained in:
Robert Miles 2018-07-13 16:09:36 -04:00
parent 96c2fcf856
commit 7ba9e508f6
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
$count--;
}
}
echo ", private channel: {$member->private_channel})</li>&nbsp;&nbsp;{$member->description}<br><br>\n";
echo ", private channel: {$member->private_channel})</li>&nbsp;&nbsp;Description: \"{$member->description}\"<br><br>\n";
}
?>
</ul>