From: Jan Michel Date: Wed, 18 Nov 2015 15:23:52 +0000 (+0100) Subject: Fix typo in network map X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=dae85741175a9328fd06297c2a2ae0de68f12cb2;p=daqtools.git Fix typo in network map --- diff --git a/web/htdocs/network/map.pl b/web/htdocs/network/map.pl index 308d724..0a27826 100755 --- a/web/htdocs/network/map.pl +++ b/web/htdocs/network/map.pl @@ -79,7 +79,7 @@ if($ENV{'QUERY_STRING'} =~ /getmap/) { if ($value==0x91) {$btype= "TRB3 periph";} if ($value==0x92) {$btype= "CBM-Rich";} if ($value==0x93) {$btype= "CBM-Tof";} - if ($value==0x95) {$btype= "TRB§sc";} + if ($value==0x95) {$btype= "TRB3sc";} if ($value==0x83) {$btype= "TRB2 RPC";} if ($value==0x81) {$btype= "TRB2 TOF";} if ($value==0x62) {$btype= "Hub AddOn";}