Apply fixes from StyleCI (#1189)

This commit is contained in:
Yury Pikhtarev 2023-12-05 14:21:06 +04:00 committed by GitHub
commit b88637842f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -232,8 +232,7 @@ class Atom
$atom .= " <id>tag:rto.feed," . $date . ":/t/$topic_id</id>\n";
if ($bb_cfg['atom']['direct_down'] && isset($topic['attach_id'])) {
$atom .= " <link href=\"" . DL_URL . $topic['attach_id'] . "\" />\n";
}
else {
} else {
$atom .= " <link href=\"" . TOPIC_URL . $topic_id . "\" />\n";
}