Changeset 2054

Show
Ignore:
Timestamp:
01/18/2008 09:23:32 AM (8 months ago)
Author:
glen
Message:

- cosmetic

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/lighttpd-1.4.x/src/mod_ssi.c

    r2053 r2054  
    10241024        response_header_overwrite(srv, con, CONST_STR_LEN("Content-Type"), CONST_STR_LEN("text/html")); 
    10251025 
    1026   { 
     1026        { 
    10271027        /* Generate "ETag" & "Last-Modified" headers */ 
    10281028 
     
    10431043                mtime = strftime_cache_get(srv, lm_time); 
    10441044                response_header_overwrite(srv, con, CONST_STR_LEN("Last-Modified"), CONST_BUF_LEN(mtime)); 
    1045   } 
     1045        } 
    10461046 
    10471047        /* Reset the modified time of included files */