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 .= "