2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

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
This commit is contained in:
rudolfkoenig 2018-07-17 20:11:01 +00:00
parent da1e1b7efc
commit 05dd5edefd

View File

@ -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, "<a name='top'></a>".
"<a href='#end_of_file'>jump to the end</a><br><br>", $d)
if($doEsc && $sz > 2048);
my $buf;