diff --git a/fhem/FHEM/01_FHEMWEB.pm b/fhem/FHEM/01_FHEMWEB.pm
index 699e6268c..1ec36a432 100644
--- a/fhem/FHEM/01_FHEMWEB.pm
+++ b/fhem/FHEM/01_FHEMWEB.pm
@@ -2081,7 +2081,7 @@ FW_returnFileAsStream($$$$$)
my $d = Compress::Zlib::deflateInit(-WindowBits=>31) if($compr);
FW_outputChunk($FW_chash, $FW_RET, $d);
- FW_outputChunk($FW_chash,
+ FW_outputChunk($FW_chash, "".
"jump to the end
", $d)
if($doEsc && $sz > 2048);
my $buf;