Ticket #710 (defect)
Opened 4 months ago
Last modified 4 months ago
Images in stylesheet have absolute paths, breaking sub-directory installation
Status: closed (fixed)
| Reported by: | hans@degraaff.org | Assigned to: | bsag |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Design/Appearance | Version: | |
| Severity: | normal | Keywords: | images sub-directory |
| Cc: | hans@degraaff.org |
I'm running my tracks code in a sub-directory like http://test.host/tracks/ This works fine for the most part, but some images in the CSS files are referred to with an absolute path instead of a relative path, which means that they won't be found by the web server.
The attached patch fixes this.

Patch for absolute paths