]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Fix: HTML tags
authoreldy <>
Wed, 19 Dec 2012 17:30:47 +0000 (17:30 +0000)
committereldy <>
Wed, 19 Dec 2012 17:30:47 +0000 (17:30 +0000)
wwwroot/cgi-bin/awstats.pl

index 96aeb4b24d8537f5ed98f292bafdf8ba92ac513f..872c2497921f0467335bdd0a6070e45dbd4fcc15 100644 (file)
@@ -13716,7 +13716,7 @@ sub HTMLMainDaily{
                        print(   !$StaticLinks
                                  && $day == $nowday
                                  && $month == $nowmonth
-                                 && $year == $nowyear ? '</font>' : '' );
+                                 && $year == $nowyear ? '</span>' : '' );
                        print "</td>";
                        if ( $ShowDaysOfMonthStats =~ /V/i ) {
                                print "<td>",
@@ -14022,7 +14022,7 @@ sub HTMLMainDaysofWeek{
                                        print(   !$StaticLinks
                                                  && $_ == ( $nowwday - 1 )
                                                  && $MonthRequired == $nowmonth
-                                                 && $YearRequired == $nowyear ? '</font>' : '' );
+                                                 && $YearRequired == $nowyear ? '</span>' : '' );
                                        print "</td>";
                                }
                                print "</tr>\n</table>\n";