Modify ↓
Opened 19 years ago
Closed 19 years ago
#2000 closed defect (fixed)
Project name is not escaped in <title/> tag in HTML
Reported by: | anonymous | Owned by: | Christopher Lenz |
---|---|---|---|
Priority: | lowest | Milestone: | 0.9 |
Component: | general | Version: | devel |
Severity: | trivial | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
If Trac.ini has this:
[project] name = X&Y
…then <title/> will contain unescaped ampersand. Not crucial, and can be fixed right now by using
[project] name = Xamp;Y
Attachments (0)
Change History (3)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
Milestone: | → 0.9 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
Found on the HEAD revision checked out today.