diff --git a/html/inc/result.inc b/html/inc/result.inc
index fc703d2a7f..a83bb58122 100644
--- a/html/inc/result.inc
+++ b/html/inc/result.inc
@@ -434,6 +434,7 @@ function show_result_navigation($info) {
$apps = BoincApp::enum('deprecated=0 ORDER BY user_friendly_name');
if (count($apps) > 1) {
$i2 = clone $info;
+ $i2->offset = 0;
echo '
';
if ($info->appid) {
$i2->appid = 0;