mirror of
https://github.com/friendica/friendica
synced 2025-04-27 21:10:11 +00:00
Warnings fixed
This commit is contained in:
parent
c25c3b5981
commit
3e797547a3
17 changed files with 55 additions and 45 deletions
|
@ -152,12 +152,8 @@ EOT;
|
|||
|
||||
if (isset($description["title"])) {
|
||||
$tpl = get_markup_template('http_status.tpl');
|
||||
echo replace_macros(
|
||||
$tpl,
|
||||
[
|
||||
'$title' => $description["title"],
|
||||
'$description' => $description["description"]]
|
||||
);
|
||||
echo replace_macros($tpl, ['$title' => $description["title"],
|
||||
'$description' => defaults($description, 'description', '')]);
|
||||
}
|
||||
|
||||
killme();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue