From e8401d3889ebcc4db0dac678e11be1139e2eccd8 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Sun, 15 Apr 2018 09:19:56 +0000 Subject: [PATCH] 98_SVG.pm: horizontalLine* linestyles added (Forum #86800) git-svn-id: https://svn.fhem.de/fhem/trunk@16616 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + fhem/FHEM/98_SVG.pm | 43 ++++++++++++++++++++++++++++++++----------- 2 files changed, 33 insertions(+), 11 deletions(-) diff --git a/fhem/CHANGED b/fhem/CHANGED index ce52d9c7b..d72558d3e 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - feature: 98_SVG.pm: horizontalLine* added (Forum #86800) - change: 93_DbLog: verbose level in addlog changed if reading not found - feature: 59_WUup: added AqPM2.5, AqPM10; fixed documentation - bugfix: 73_ElectricityCalculator: missing notifydev implemented diff --git a/fhem/FHEM/98_SVG.pm b/fhem/FHEM/98_SVG.pm index 5f5ed7473..8b71784ef 100644 --- a/fhem/FHEM/98_SVG.pm +++ b/fhem/FHEM/98_SVG.pm @@ -380,12 +380,13 @@ SVG_PEdit($$$$) "s.display = s.display=='none' ? 'block' : 'none';". "s=document.getElementById('pdisp').style;". "s.display = s.display=='none' ? 'block' : 'none';"; - $ret .= "Show Plot Editor"; + $ret .= "". + "Show Plot Editor"; $pestyle = 'style="display:none"'; } - $ret .= "