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:
odroegehorn
2012-01-24 10:26:47 +00:00
parent dd17d99373
commit 618ed19f2a

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