From 1e417b3fcf95008c621b6bcd6863da1af2f559b7 Mon Sep 17 00:00:00 2001
From: rudolfkoenig <>
Date: Sun, 3 Nov 2019 19:59:56 +0000
Subject: [PATCH] 98_SVG.pm: fix plotReplavce doc (Forum #104935)
git-svn-id: https://svn.fhem.de/fhem/trunk@20447 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
fhem/FHEM/98_SVG.pm | 25 ++++++++++---------------
1 file changed, 10 insertions(+), 15 deletions(-)
diff --git a/fhem/FHEM/98_SVG.pm b/fhem/FHEM/98_SVG.pm
index 2ac422faa..546807dcb 100644
--- a/fhem/FHEM/98_SVG.pm
+++ b/fhem/FHEM/98_SVG.pm
@@ -2626,13 +2626,11 @@ plotAsPng(@)
enclosed in "" or {}. value will be evaluated as a perl expression, if it
is enclosed in {}.
- In the .gplot file <key> is replaced with the corresponding value,
- the evaluation of {} takes place after the input file is
- processed, so $data{min1} etc can be used.
-
- %key% will be repaced before the input file is processed, this
- expression can be used to replace parameters for the input processing.
-
+ In the .gplot file <key> and %key% will be replaced with the
+ corresponding value. The evaluation of <key> takes place after the
+ input file is processed, so e.g. $data{min1} can be used in the title.
+ %key% will be repaced before the input file is processed, this expression
+ can be used to replace parameters for the input processing.