]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
Correct title in Billboard tool
authorManuel Penschuck <manuel.penschuck@stud.uni-frankfurt.de>
Tue, 28 Oct 2014 20:49:42 +0000 (21:49 +0100)
committerManuel Penschuck <manuel.penschuck@stud.uni-frankfurt.de>
Tue, 28 Oct 2014 20:49:42 +0000 (21:49 +0100)
web/htdocs/tools/billboard.pl

index 75246ca93d4fd38a3c5917649b94afe62f2e615b..117b56b85cfcbd71947b528e9f6e316e8c952862 100755 (executable)
@@ -19,7 +19,7 @@ use xmlpage;
 
 my $page;
 
-$page->{title} = "CBMNet Bridge";
+$page->{title} = "Billboard";
 $page->{link}  = "../";
 
 my @setup;