]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Fixed "&nbsp" to " " in miscellanous chart.
authoreldy <>
Sun, 29 Jun 2003 20:37:18 +0000 (20:37 +0000)
committereldy <>
Sun, 29 Jun 2003 20:37:18 +0000 (20:37 +0000)
wwwroot/cgi-bin/awstats.pl

index 63604fa9271ed3b54864c923e3b5396e9e5d8ac9..d203f59354f8b82a0ba70a78e336ede6c8e26075 100644 (file)
@@ -8895,8 +8895,8 @@ if (scalar keys %HTMLOutput) {
                        my $title="$Message[139]";
                        &tab_head("$title",19);
                        print "<TR bgcolor=\"#$color_TableBGRowTitle\"><TH>$Message[139]</TH>";
-                       print "<TH width=100>&nbsp</TH>";
-                       print "<TH width=100>&nbsp</TH>";
+                       print "<TH width=100>&nbsp;</TH>";
+                       print "<TH width=100>&nbsp;</TH>";
                        print "</TR>\n";
                        my %label=('AddToFavourites'=>$Message[137],'JavaEnabled'=>$Message[140],'DirectorSupport'=>$Message[141],
                        'FlashSupport'=>$Message[142],'RealPlayerSupport'=>$Message[143],'QuickTimeSupport'=>$Message[144],