Hmmm, I don’t think it would cause a blank first line in the output… AFAIK the doctype is almost always on the first line for the sites we build, e.g.
Your probably right, it could also be that <!DOCTYPE html> is one line below <cfoutput>.
My test is with a webskin not design to show anything other than plain text, if you use the webskin below, you will see the whitespace:
<!--- @@Copyright: Copyright (c) 2015 Amerika. All rights reserved. --->
<!--- @@License:
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
--->
<!--- @@displayname: displayPageSomething.cfm --->
<!--- @@description: There is no description for this template. Please add or remove this message. --->
<!--- @@author: Jørgen M. Skogås (jorgen@amerika.no) on 2015-04-24 --->
<!--- Output: Plain text content
////////////////////////////////////////////////////////////////////////////////////////////////////// --->
<cfoutput>TEST</cfoutput>
<cfsetting enablecfoutputonly="false" />