View Ticket
Not logged in
Ticket UUID: 45f7d9e6b1fbf96c313d034bdbeacbe2d8d78570
Title: Logo image isn't displayed
Status: Closed Type: Code_Defect
Severity: Cosmetic Priority:
Subsystem: Resolution: Overcome_By_Events
Last Modified: 2009-10-04 18:57:00
Version Found In: 37f295c310
Description & Comments:
I am running a fossil server using the CGI method, as shown in the Fossil quick start. When I connect to it over the web, the logo image isn't shown; instead, I get a missing image icon. Some additional points:
  • I've not changed the header HTML.
  • If I point my browser at <url>/logo, I see the logo just fine.
  • I get this behavior with both the default logo image and my own.

anonymous added on 2009-10-04 16:34:17:
Some additional pieces of information:

  • The server is a Linux machine.
  • I'm browsing it from a Mac OS X 10.5.8 machine using Safari 4.0.3
  • I get similar behavior from FireFox on a Win XP Home machine, except that it displays the alt= text instead of a broken image icon.

drh added on 2009-10-04 18:52:03:
I think this problem was fixed by check-in 631c52bc96367bd0f95aa29875a3907189f2a18a. That check-in changes the default header. For a repository that already exists, you might need to go into the "Admin/Header" screen and make the corresponding change to the header that is defined for your project.


anonymous added on 2009-10-04 18:57:00:
Yes, that did it. Thanks much!