Changeset 189

Show
Ignore:
Timestamp:
06/13/06 15:42:41 (3 years ago)
Author:
scorfield
Message:

Fixes #71 by removing the final two lines of leading whitespace.

Location:
fusebox5
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • fusebox5/fusebox5.cfm

    r188 r189  
    1 <cftry> 
    2 <cfsilent> 
     1<cftry><cfsilent> <!--- on one line to avoid leading whitespace ---> 
    32<!--- 
    43Fusebox Software License 
  • fusebox5/skeleton/Application.cfm

    r53 r189  
    33        <cflocation url="index.cfm" addtoken="no" /> 
    44</cfif> 
     5<!--- there must be no newline after the closing cfsilent tag if you want all leading whitespace suppressed ---> 
    56</cfsilent>