Opened 20 years ago
Closed 20 years ago
#1843 closed defect (invalid)
add_stylesheet() creates css/css/ link
| Reported by: | Owned by: | Christopher Lenz | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | roadmap | Version: | devel | 
| Severity: | normal | Keywords: | |
| Cc: | m@… | Branch: | |
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
I have to trunk installations on different machines. This happened only on one machine on the Roadmap view.
<link rel="stylesheet" href="/trac/alan2005/chrome/css/trac.css" type="text/css" /> <link rel="stylesheet" href="/trac/alan2005/chrome/css/css/roadmap.css" type="text/css" />
Attachments (1)
Change History (4)
by , 20 years ago
| Attachment: | ticket-1843.patch added | 
|---|
comment:1 by , 20 years ago
This is weird, it really should be:
add_stylesheet(req, 'css/roadmap.css')
So the same trac version works on machine but not on another?
comment:2 by , 20 years ago
| Cc: | added | 
|---|
Yes, see these links:
http://www.alan-germany.de:81/trac/test/roadmap (has the error) http://versions.tacker.org/trac/File_Bittorrent/roadmap (does not)
These ar two systems with an identical configuration. Python Version 2.3.5 Apache Version 2.0.54 SQLite Version 2.8.16 Clearsilver Version 0.9.7 Gento Linux Kernel 2.6



  
Patch