Utils.pm:Fix documentation

git-svn-id: https://svn.fhem.de/fhem/trunk@28529 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2024-02-18 11:42:21 +00:00
parent c96856afda
commit c9a98cb68e

View File

@@ -415,7 +415,7 @@ WriteFile($$)
Example:
<ul>
attr m2d readingList map:.* { WriteFile("www/images/map.png",$EVENT);; {map=>"images/map.png"} }
attr m2d devStateIcon { '<img src="fhem/images/map.png" style="max-width:256;;max-height:256;;">' }
attr m2d devStateIcon { '&lt;img src="fhem/images/map.png" style="max-width:256;;max-height:256;;"&gt;' }
</ul>
</li></br>