01_FHEMWEB.pm: fix noFhemwebLink with room (Forum #39546)
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@9988 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -2657,7 +2657,7 @@ FW_devState($$@)
|
||||
$link .= "&room=$room";
|
||||
}
|
||||
$txt = "<a href=\"$FW_ME$FW_subdir?$link$rf$FW_CSRF\">$txt</a>"
|
||||
if($link !~ m/ noFhemwebLink$/);
|
||||
if($link !~ m/ noFhemwebLink\b/);
|
||||
}
|
||||
|
||||
my $style = AttrVal($d, "devStateStyle", "");
|
||||
|
||||
Reference in New Issue
Block a user