Corrected weblinks
git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1217 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -572,7 +572,7 @@ showRoom()
|
|||||||
# Print the table headers
|
# Print the table headers
|
||||||
my $t = $type;
|
my $t = $type;
|
||||||
$t = "EM" if($t =~ m/^EM.*$/);
|
$t = "EM" if($t =~ m/^EM.*$/);
|
||||||
if (!(($t eq "FS20") || ($t eq "IT") || ($t eq "FHT") || ($t eq "FileLog") || ($t eq "at") || ($t eq "notify") || ($t eq "KS300") || ($t eq "FHZ") || ($t eq "FHEMWEB") || ($t eq "EM") || ($t eq "FHEMRENDERER"))) {
|
if (!(($t eq "FS20") || ($t eq "IT") || ($t eq "FHT") || ($t eq "FileLog") || ($t eq "at") || ($t eq "notify") || ($t eq "KS300") || ($t eq "FHZ") || ($t eq "FHEMWEB") || ($t eq "EM") || ($t eq "FHEMRENDERER") || ($t eq "weblink"))) {
|
||||||
$t = "_internal_";
|
$t = "_internal_";
|
||||||
}
|
}
|
||||||
print " <table class=\"$t\" summary=\"List of $type devices\">\n";
|
print " <table class=\"$t\" summary=\"List of $type devices\">\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user