fhemweb.js: format returned text by set with <pre> (forum #63114)

git-svn-id: https://svn.fhem.de/fhem/trunk@12863 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2016-12-22 17:14:47 +00:00
parent 98aaabd4e1
commit a2fb6b2391

View File

@@ -509,7 +509,7 @@ FW_replaceLink(el)
if(!txt)
return;
if(ma[2].match(/=set/)) // Forum #38875
FW_okDialog(txt, el);
FW_okDialog('<pre>'+txt+'<pre>', el);
else
FW_errmsg(txt, 5000);
});