mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-13 17:26:34 +00:00
Corrected weblinks
git-svn-id: https://svn.fhem.de/fhem/trunk@1217 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
edfa74e8ed
commit
4e1367982a
@ -572,7 +572,7 @@ showRoom()
|
||||
# Print the table headers
|
||||
my $t = $type;
|
||||
$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_";
|
||||
}
|
||||
print " <table class=\"$t\" summary=\"List of $type devices\">\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user