Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Favicon missing in documentation  (Read 2825 times)

0 Members and 1 Guest are viewing this topic.

NeWsOfTzzz

  • Newbie
  • *
  • Posts: 15
    • View Profile
Favicon missing in documentation
« on: August 20, 2008, 04:09:52 pm »
Just a small bug but whatever, as soon as you enter the documentation (i.e. http://www.sfml-dev.org/documentation/1.3/ ) the favicon is missing, you should add following line in the HTML header:

Code: [Select]
<link rel="icon"       type="image/gif" href="http://www.sfml-dev.org/images/favicon.gif"/>

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32498
    • View Profile
    • SFML's website
    • Email
Favicon missing in documentation
« Reply #1 on: August 20, 2008, 04:17:04 pm »
Fixed for the next one, thanks ;)
Laurent Gomila - SFML developer

 

anything