Opened 13 years ago
Last modified 8 years ago
#435 new defect
No expansion in comments
Reported by: | rogerb@… | Owned by: | cmlenz |
---|---|---|---|
Priority: | minor | Milestone: | 0.9 |
Component: | Expression evaluation | Version: | 0.6 |
Keywords: | Cc: |
Description
Expressions are not evaluated in comments. For example I have this in my template:
<!-- ${ name } -->
The final output is exactly that without name expanded. I want to use comments like this to mark various items of importance in the resulting HTML, but not have any meaning to the browser.
Change History (2)
comment:1 Changed 12 years ago by eoghan@…
comment:2 Changed 8 years ago by hodgestar
- Milestone changed from 0.7 to 0.9
Moved to milestone 0.9.
Note: See
TracTickets for help on using
tickets.
#321 might solve this in newer versions?