Ticket #7442 (new defect)
[header_logo] src and [project] icon does not use htdocs_location
| Reported by: | cat@… | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | web frontend | Version: | 0.11 |
| Severity: | minor | Keywords: | htdocs_location |
| Cc: | mail@… |
Description
I have following lines in trac.ini
[header_logo] src = trac_banner.png [project] icon = trac.ico [trac] htdocs_location = /trac/
And I get in HTML lines like these
<link rel="shortcut icon" href="/trac.cgi/chrome/common/trac.ico" type="image/x-icon" /> <link rel="icon" href="/trac.cgi/chrome/common/trac.ico" type="image/x-icon" /> ... <img src="/trac.cgi/chrome/common/trac_banner.png" ...
I assume they should be relative to htdocs_location as well as other static content.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


