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.

Attachments

image-path-fix.patch (1.1 kB) - added by hans@degraaff.org on 05/11/08 08:45:21.
Patch for absolute paths

Change History

05/11/08 08:45:21: Modified by hans@degraaff.org

  • attachment image-path-fix.patch added.

Patch for absolute paths

05/12/08 18:27:42: Modified by lrbalt

  • status changed from new to closed.
  • resolution set to fixed.

fixed in [844] en [845]. Thanks Hans.