foundeo / toscript

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

Closing slash remains on cfproperty #18

Closed mjhagen closed 7 years ago

mjhagen commented 7 years ago

<cfproperty name="securityService" />

is converted to:

property name="securityService" /;