2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-12 22:56:34 +00:00

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 82453b3254
commit b6bce5dbd4

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);
});