From 05dd5edefdc3c8e5d845b03b38070e57711b329d Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Tue, 17 Jul 2018 20:11:01 +0000 Subject: [PATCH] 01_FHEMWEB.pm: fix "jump to the top" for fixed input (Forum #82351) git-svn-id: https://svn.fhem.de/fhem/trunk@16997 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/01_FHEMWEB.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;