diff --git a/fhem/FHEM/01_FHEMWEB.pm b/fhem/FHEM/01_FHEMWEB.pm
index db776879a..de7a44501 100755
--- a/fhem/FHEM/01_FHEMWEB.pm
+++ b/fhem/FHEM/01_FHEMWEB.pm
@@ -1711,7 +1711,8 @@ FW_returnFileAsStream($$$$$)
FW_outputChunk($FW_chash, $buf, $d);
}
close(FH);
- FW_outputChunk($FW_chash, "", $d)
+ FW_outputChunk($FW_chash, "
".
+ "jump to the top
", $d)
if($doEsc && $sz > 2048);
FW_outputChunk($FW_chash, $suffix, $d);