Show
Ignore:
Timestamp:
07/27/2008 03:55:43 AM (4 months ago)
Author:
Geert
Message:

According to the spec HTTP header names are separated by a hyphen and the first letter of each word is capitalized.

See:

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/user_guide/controllers/user_guide.php

    r3163 r3209  
    119119        public function js($filename) 
    120120        { 
    121                 header('Content-type: text/javascript'); 
     121                header('Content-Type: text/javascript'); 
    122122 
    123123                $this->_media('js', $filename); 
     
    126126        public function css($filename) 
    127127        { 
    128                 header('Content-type: text/css'); 
     128                header('Content-Type: text/css'); 
    129129 
    130130                $this->_media('css', $filename);