We're having the same problem with output from CFSTOREDPROC statements to o. I was about to report it as a bug. We have javascript in a database. Each line is a line of javascript code that goes to a custom tag. So the <cfoutput> is just #script# </cfoutput>. There is a carriage return at th e end of each line of script in the database. In 4.5.1 it worked perfectly. In 5.0 it makes one huge long line and obviously, the code doesn't work. I p ut a <!-- --> after the #script# and it does then add a carriage return and work. Looks like a bug to me.
<cfoutput> #script# <!-- --> </cfoutput> Cathy ----- Original Message ----- From: "James Taavon" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, January 11, 2002 12:23 PM Subject: CFMAIL differences from 4.5 to 5.0 (Was CFMAIL SOLVED) > I have noticed a difference with using CFMAIL in 4.5 & 5.0. When using the > default "text" format for email in 4.5 it recognizes carriage returns t hat > are entered between the tags while it does not in 5.0. > > Has anyone seen what I am talking about and know what to do about with out > without using HTML formatted email? > ______________________________________________________________________ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

