Ticket #443 (closed defect: fixed)

Opened 2 years ago

Last modified 23 months ago

Template comment tag messed up with HTML comment tag

Reported by: xue Owned by: xue
Priority: urgent Milestone: 3.0.6
Component: Prado Framework v3 Version: 3.0
Severity: major Keywords:
Cc:

Description

When using together with HTML comment tag, template comment tag may get messed up. For example,

<!-- html comment -->
something
<!--
template comment
--!>
something else

Everything is stripped out except "something else".

Change History

Changed 2 years ago by xue

The following behavior is also unexpected:

<!
content here
!>

The content will be stripped out and only <! and !> are left.

Changed 23 months ago by xue

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.