X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fcal.php;h=4b90b02cd845474ea4988d6444428f15e7b4582e;hb=8ec2b21a1471f0a3c0afdbe56fb525c1b4b06efc;hp=edcbaa7e8ff875ba5da970f2b54f4c7b0cab117e;hpb=d09b3f5bdeae444f785f6283e55dbf2f61caadac;p=friendica.git diff --git a/mod/cal.php b/mod/cal.php index edcbaa7e8f..4b90b02cd8 100644 --- a/mod/cal.php +++ b/mod/cal.php @@ -78,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();