deanlaw / cfcgenerator

Automatically exported from code.google.com/p/cfcgenerator
8 stars 6 forks source link

remove single blank first line from generated templates #48

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. generate code
2. look at the first line
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.
There is a single blank line at the top of every generated file.  The line
actually appears at the top of the output of the generated text in the Flex
UI and is then written to file with it.  Aesthetics aside, it makes
ColdSpring barf on the cs xml files if you <import/> them from the main cs
config file.

Original issue reported on code.google.com by dsh...@gmail.com on 3 Aug 2007 at 12:52

GoogleCodeExporter commented 9 years ago
In CFM template types, start your template with
<cfoutput><cfcontent reset="true">your first line here

Original comment by tom.chiv...@gmail.com on 9 Oct 2007 at 1:09