tracker issue : CF-3040305

select a category, or use search below
(searches all categories and all time range)
Title:

Bug 80370:The following code is missing the end character of the opening cfscript tag ( > )

| View in Tracker

Status/Resolution/Reason: Closed/Won't Fix/

Reporter/Name(from Bugbase): Joseph DeVore / Joseph DeVore (Joseph DeVore)

Created: 10/14/2009

Components: Documentation, General

Versions: 9.0

Failure Type: Unspecified

Found In Build/Fixed In Build: 0000 /

Priority/Frequency: Trivial / Unknown

Locale/System: English / Platforms All

Vote Count: 0

Problem:

The following code is missing the end character of the opening cfscript tag ( > ).Throughout the past 15 years of writing CFML, the trailing semicolon was pretty much always required in CFSCRIPT (unless someone changed it and I missed the TPS report)This example works but it just seems like it goes against what we've always known. Would it hurt to put a trailing semicolon to close the location() function? :)<cfscript     location(url="http://localhost:8500/administrator") </cfscript>
Method:

Visit URL and look at example code. First <cfscript  - missing closing >
Result:

The example code in the script block for location() is invalid.

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3040305

External Customer Info:
External Company:  
External Customer Name: Joseph DeVore
External Customer Email: 2CEE6D2A45CD32529920157F
External Test Config: 10/14/2009

Attachments:

Comments: