Are you saving to a UNIX box?  If so go to the "Options" menu in Studio,
click on "Settings" then go to "File Setting" and there is an option under
"Format when saving" you can select "UNIX" to keep this from happening.

Thanks,

Nathan Nelson
ColdFusion Developer
..::[CFDynamics]::.
www.cfdynamics.com
[EMAIL PROTECTED]
(801)621-8511

* * You've got to check this out! * *
CFDCalendar http://demo.cfdynamics.com/cfdcalendar/
Online Personal Assistant




-----Original Message-----
From: Willy Ray [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 21, 2001 11:18 AM
To: CF-Talk
Subject: Bizarre Error: Server/Studio Duplicating Carriage Returns


I'm running the eval of Cold Fusion Server 4.5 Enterprise on Redhat 7.1.
When I save a template through RDS, for every carriage return I enter as I
code, I get two carriage returns on the saved document.  Example:

I write:

<html>
     <head>
     <title>Hello</title>
     </head>


When I re-open the file it looks like this:

<html>

     <head>

     <title>Hello</title>

     </head>

What's worse, If I make a little change, like, change the "Hello" to "Hello,
World" and re-save the template, the next time I open it, it looks like
this:

<html>


     <head>



      <title>hello, world</title>




     </head>


Big problem.  I've got a template with only about 20 lines of actual code on
it, but it's up to about 14000 lines, due to this problem.  I have studio on
two different machines, and it doesn't seem to matter which I use.  Also,
this is not happening from the same two workstations if I write to an NT
machine through RDS, or through windows networking.

Any ideas?


Willy
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to