diff --git a/CHANGELOG.md b/CHANGELOG.md
index f2473dbc..f34f158b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,7 @@
**Merged pull requests:**
- Release v2.1.5-2023.10 🎉
-- Minor improvements [\#297](https://github.com/torrentpier/torrentpier-lts/pull/297), [\#298](https://github.com/torrentpier/torrentpier-lts/pull/298), [\#300](https://github.com/torrentpier/torrentpier-lts/pull/300), [\#301](https://github.com/torrentpier/torrentpier-lts/pull/301), [\#302](https://github.com/torrentpier/torrentpier-lts/pull/302) ([belomaxorka](https://github.com/belomaxorka))
+- Minor improvements [\#297](https://github.com/torrentpier/torrentpier-lts/pull/297), [\#298](https://github.com/torrentpier/torrentpier-lts/pull/298), [\#300](https://github.com/torrentpier/torrentpier-lts/pull/300), [\#301](https://github.com/torrentpier/torrentpier-lts/pull/301), [\#302](https://github.com/torrentpier/torrentpier-lts/pull/302), [\#303](https://github.com/torrentpier/torrentpier-lts/pull/303) ([belomaxorka](https://github.com/belomaxorka))
## [v2.1.5-2023.09](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2023.09) (2023-10-04)
[Full Changelog](https://github.com/torrentpier/torrentpier-lts/compare/v2.1.5-2023.08-HotFix...v2.1.5-2023.09)
diff --git a/library/includes/datastore/build_cat_forums.php b/library/includes/datastore/build_cat_forums.php
index 263f45ea..1b781da6 100644
--- a/library/includes/datastore/build_cat_forums.php
+++ b/library/includes/datastore/build_cat_forums.php
@@ -107,8 +107,8 @@ $this->store('cat_forums', $data);
// jumpbox
//
$data = array(
- 'guest' => get_forum_select('guest', 'f', null, null, null, 'id="jumpbox" onchange="window.location.href=\'viewforum.php?f=\'+this.value;"'),
- 'user' => get_forum_select('user', 'f', null, null, null, 'id="jumpbox" onchange="window.location.href=\'viewforum.php?f=\'+this.value;"'),
+ 'guest' => get_forum_select('guest', 'f', null, null, null, 'id="jumpbox" onchange="window.location.href=\''.FORUM_URL.'\'+this.value;"'),
+ 'user' => get_forum_select('user', 'f', null, null, null, 'id="jumpbox" onchange="window.location.href=\''.FORUM_URL.'\'+this.value;"'),
);
$this->store('jumpbox', $data);
@@ -192,4 +192,4 @@ if ($bb_cfg['show_ads'])
$this->store('ads', $ad_html);
bb_update_config(array('active_ads' => serialize($ad_block_assignment)));
-}
\ No newline at end of file
+}
diff --git a/library/includes/functions_atom.php b/library/includes/functions_atom.php
index 65178c0d..21fb22a8 100644
--- a/library/includes/functions_atom.php
+++ b/library/includes/functions_atom.php
@@ -174,7 +174,7 @@ function create_atom ($file_path, $mode, $id, $title, $topics)
$atom .= " \n";
$atom .= " ". $date ."T$time+00:00\n";
$atom .= " tag:rto.feed,". $date .":/t/$topic_id\n";
- $atom .= " \n";
+ $atom .= " \n";
$atom .= "\n";
}
$atom .= "";