Ticket #64 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

Template language should not complain on use of # symbol

Reported by: bruno Owned by: jgou
Priority: minor Milestone: 0.3
Component: universe/kauri-template Version: trunk
Keywords: Cc:

Description

Right now, if you have somewhere the symbol # in the template language (as e.g. in href="#"), you will see the following in the logs:

invalid expression: # must be followed by a EL expression or should be escaped.

Since this is so common, I don't think this should be reported. Same goes of course for other such symbols.

Change History

comment:1 Changed 5 years ago by mpo

  • Component changed from modules/kauri-template to universe/kauri-template

not kauri-specific remark --> universe/kauri-template

comment:2 Changed 5 years ago by mpo

Similar issue as #50. Where report was about the $ sign.

comment:3 Changed 5 years ago by jgou

  • Status changed from new to closed
  • Resolution set to fixed

fixed in r523

Note: See TracTickets for help on using tickets.