Changeset 1091 for trunk/wiki.cgi

Show
Ignore:
Timestamp:
06/18/07 16:20:16 (18 months ago)
Author:
dom
Message:

Add noheaders option, and use that in preference to black content_type
arg. (fixes #220)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wiki.cgi

    r1057 r1091  
    303303            vars     => $vars 
    304304    ); 
    305     $output_conf{content_type} = "" if $omit_header; # defaults otherwise 
     305    $output_conf{noheaders} = 1 if $omit_header; # defaults otherwise 
    306306    print OpenGuides::Template->output( %output_conf ); 
    307307}