Modify ↓
#9192 closed defect (fixed)
Glitches in the title, maybe a Genshi bug
| Reported by: | Owned by: | Christian Boos | |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.12 |
| Component: | rendering | Version: | 0.12dev |
| Severity: | normal | Keywords: | i18n:msg |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Consider the title of the page http://trac.edgewall.org/demo-0.12/changeset?reponame=&new=7094%40branches%2F0.11-stable%2FTESTING-README&old=6836%40trunk%2FTESTING-README
it says:
Changes in from trunk/TESTING-README at r6836branches/0.11-stable/TESTING-README at r7094
It comes from source:trunk/trac/versioncontrol/templates/changeset.html#L36, and for reasons I don't understand it
- does not omit the "in $reponame" chunk, even if $reponame seems empty
- it does omit the " to " in the middle of the sentence
Attachments (0)
Change History (3)
comment:1 by , 16 years ago
| Keywords: | i18n:msg added |
|---|---|
| Milestone: | → 0.12 |
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 16 years ago
| Owner: | set to |
|---|
Note:
See TracTickets
for help on using tickets.



Another instance of the #G372 problem, thanks for reporting!