diff --git a/fhem/www/pgm2/fhemweb.js b/fhem/www/pgm2/fhemweb.js index c21fef61c..13dbba405 100644 --- a/fhem/www/pgm2/fhemweb.js +++ b/fhem/www/pgm2/fhemweb.js @@ -509,7 +509,7 @@ FW_replaceLink(el) if(!txt) return; if(ma[2].match(/=set/)) // Forum #38875 - FW_okDialog(txt, el); + FW_okDialog('
'+txt+'
', el);
       else
         FW_errmsg(txt, 5000);
     });