Can figure out stupid, simple cfif, cfoutput error
For some reason when I put in this simple code I get an error that an opening cfoutput tag is missing. What is going on????
<cfparam name="ss" default="3">
<cfif (ss is 3)>
<cfoutput query="sssplayer">
<cfelse>
<cfoutput>
</cfif>
--content here--
</cfoutput>
This is the error:
The end tag </cfoutput> encountered on line 12 at column 3 requires a matching start tag.
The CFML compiler was processing:
- The body of a cfoutput tag beginning on line 7, column 2.
PLEASE HELP! I've been coding ColdFusion for 16 years!!
