View | Details | Raw Unified | Return to bug 5407
Collapse All | Expand All

(-)Entity.pm.orig (-1 / +1 lines)
Lines 1826-1832 Link Here
1826
    $out = wraphandle($out);             ### get a printable output
1826
    $out = wraphandle($out);             ### get a printable output
1827
    
1827
    
1828
    $self->print_header($out);   ### the header
1828
    $self->print_header($out);   ### the header
1829
    $out->print("\r\n");
1829
    $out->print($BOUNDARY_DELIMITER);
1830
    $self->print_body($out);     ### the "stuff after the header"
1830
    $self->print_body($out);     ### the "stuff after the header"
1831
}
1831
}
1832
1832

Return to bug 5407