Changeset 113 in bookmarks


Ignore:
Timestamp:
02/17/16 22:08:02 (8 years ago)
Author:
peter
Message:

Corrected spelling of "attachment" in CSV Content-Disposition header.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Bookmarks/List.pm

    r112 r113  
    181181    ); 
    182182 
    183     return [200, ['Content-Type' => 'text/csv; charset=UTF-8', 'Content-Disposition' => sprintf('attachement; filename="%s"', $filename)], [$text]]; 
     183    return [200, ['Content-Type' => 'text/csv; charset=UTF-8', 'Content-Disposition' => sprintf('attachment; filename="%s"', $filename) ], [$text]]; 
    184184} 
    185185 
Note: See TracChangeset for help on using the changeset viewer.