From 68b3cfd316af1af14b2116719357ab69c0d0470f Mon Sep 17 00:00:00 2001
From: rudolfkoenig <>
Date: Sun, 10 Jan 2016 08:20:54 +0000
Subject: [PATCH] 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
---
fhem/FHEM/01_FHEMWEB.pm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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);