custom tag in script not get executed

Description

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.

Environment

None

Attachments

1
  • 10 May 2023, 09:03 am

Activity

Show:
Fixed

Details

Assignee

Reporter

Priority

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

Flag notifications