Fixed
Details
Assignee
Michael OffnerMichael OffnerReporter
Michael OffnerMichael OffnerPriority
MajorLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Michael Offner
Michael OffnerPriority
Labels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Created 10 May 2023 at 09:02
Updated 7 May 2024 at 12:57
Resolved 7 May 2024 at 12:57
When you have a custom tag in script with no “end tag“ it not get executed.
See this example
<cfscript> _SomeTag2; </cfscript>
when you have an end tag, it get executed as expected
See this example
<cfscript> _SomeTag2 {} </cfscript>
this affect CFMl and CFC based custom tags but only in script.