diff --git a/src/Legacy/Atom.php b/src/Legacy/Atom.php index b7a28c8de..8aa4c38bc 100644 --- a/src/Legacy/Atom.php +++ b/src/Legacy/Atom.php @@ -232,8 +232,7 @@ class Atom $atom .= " tag:rto.feed," . $date . ":/t/$topic_id\n"; if ($bb_cfg['atom']['direct_down'] && isset($topic['attach_id'])) { $atom .= " \n"; - } - else { + } else { $atom .= " \n"; }