foundeo / toscript

Converts Tag based CFML to CFML Script
GNU General Public License v3.0
20 stars 9 forks source link

Complex values inside a cfheader value argument screw things up #20

Closed mjhagen closed 7 years ago

mjhagen commented 7 years ago

For instance: <cfheader name="content-disposition" value="application/vnd.ms-excel; filename=test.xls"> becomes cfheader( name="content-disposition", value="test.xls"" );

pfreitag commented 7 years ago

Fixed