diff --git a/mod/repair_ostatus.php b/mod/repair_ostatus.php index edbd2e940..9504a3fcf 100644 --- a/mod/repair_ostatus.php +++ b/mod/repair_ostatus.php @@ -33,7 +33,7 @@ function repair_ostatus_content(App $a) { // NOTREACHED } - $o = "
" . $counter . "/" . $total . ": " . $contact[0]["url"] . "
"; + $o .= '' . $counter . '/' . $total . ': ' . $contact[0]['url'] . '
'; - $o .= "" . DI::l10n()->t("Keep this window open until done.") . "
"; + $o .= '' . DI::l10n()->t('Keep this window open until done.') . '
'; - Contact::createFromProbeForUser($a->getLoggedInUserId(), $contact[0]["url"]); + Contact::createFromProbeForUser($a->getLoggedInUserId(), $contact[0]['url']); DI::page()['htmlhead'] = '';