2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-12 22:56: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:
odroegehorn 2012-01-24 10:26:47 +00:00
parent edfa74e8ed
commit 4e1367982a

View File

@ -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";