Procházet zdrojové kódy

Return text/plain (not text/javascript)

Alois Mahdal před 11 roky
rodič
revize
8aec1eadcd
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      cgi-bin/htlog/htlog.cgi

+ 1
- 1
cgi-bin/htlog/htlog.cgi Zobrazit soubor

@@ -48,7 +48,7 @@ my $message = sprintf("Time: %s; Origin: %s; Tag: %s; I: %s; Message: %s\n",
48 48
 print $fh $message;
49 49
 
50 50
 print $q->header(
51
-    -type               => 'text/javascript',
51
+    -type               => 'text/plain',
52 52
     -expires            => 'now',
53 53
 );
54 54