]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Fix: Error with xhtml output
authoreldy <>
Sun, 24 Apr 2005 23:51:11 +0000 (23:51 +0000)
committereldy <>
Sun, 24 Apr 2005 23:51:11 +0000 (23:51 +0000)
wwwroot/cgi-bin/plugins/rawlog.pm

index 4f92fd8e01750df21452bac3adbdd68118668ca1..4b96fd6499238cb663df9cb2949aa965ec32eb16 100644 (file)
@@ -83,7 +83,7 @@ sub BuildFullHTMLOutput_rawlog {
 
     # A security check
        if ($QueryString =~ /logfile=/i) { 
-           print "<br>Option logfile is not allowed while building rawlog output.<br>";
+           print "<br />Option logfile is not allowed while building rawlog output.<br />";
         return 0;
        }