Erland,

don't have much time right now. But I thought this was fixed by changing  
the regex:

>               $formattedString =~ s/$tag/_MIS_REMOTE_$tag/g;

$formattedString =~ s/\b$tag\b/_MIS_REMOTE_$tag/g;

The regex needs to respect word borders (\b).

Michael
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to