2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

01_FHEMWEB.pm: jump to the top patch (Forum #47091)

git-svn-id: https://svn.fhem.de/fhem/trunk@10434 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2016-01-10 08:20:54 +00:00
parent c14834723c
commit 68b3cfd316

View File

@ -1711,7 +1711,8 @@ FW_returnFileAsStream($$$$$)
FW_outputChunk($FW_chash, $buf, $d);
}
close(FH);
FW_outputChunk($FW_chash, "<a name='end_of_file'></a>", $d)
FW_outputChunk($FW_chash, "<br/><a name='end_of_file'></a>".
"<a href='#top'>jump to the top</a><br/><br/>", $d)
if($doEsc && $sz > 2048);
FW_outputChunk($FW_chash, $suffix, $d);