diff --git a/fhem/webfrontend/pgm2/01_FHEMWEB.pm b/fhem/webfrontend/pgm2/01_FHEMWEB.pm index 480c990f3..1545e9ed5 100755 --- a/fhem/webfrontend/pgm2/01_FHEMWEB.pm +++ b/fhem/webfrontend/pgm2/01_FHEMWEB.pm @@ -568,7 +568,6 @@ FW_digestCgi($) # Multiline: escape the NL for fhem $v =~ s/[\r]\n/\\\n/g if($v && $p && $p ne "data"); - $v =~ s/%([0-9A-F][0-9A-F])/sprintf("%c", $1)/gi; $FW_webArgs{$p} = $v; if($p eq "detail") { $FW_detail = $v; }