X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fcal.php;h=4b90b02cd845474ea4988d6444428f15e7b4582e;hb=8ec2b21a1471f0a3c0afdbe56fb525c1b4b06efc;hp=5903ea63fa90e503ddd0c4b9d01aa8c8472c4996;hpb=1ce5b1d65b26aade0077b7825b76f6dca0070813;p=friendica.git diff --git a/mod/cal.php b/mod/cal.php index 5903ea63fa..4b90b02cd8 100644 --- a/mod/cal.php +++ b/mod/cal.php @@ -1,6 +1,22 @@ . + * * The calendar module * * This calendar is for profile visitors and contains only the events @@ -62,7 +78,7 @@ function cal_init(App $a) '$photo' => $profile['photo'], '$addr' => $profile['addr'] ?: '', '$account_type' => $account_type, - '$about' => BBCode::convert($profile['about'] ?: ''), + '$about' => BBCode::convert($profile['about']), ]); $cal_widget = Widget\CalendarExport::getHTML();