Closed bcampbell closed 3 years ago
eg, all the images are broken on: http://evilpixie.scumways.com
The images on that page are all of the form <img src="img/blah.png" />. The lack of a leading slash confuses Hotdog. It tries to load http://evilpixie.scumways.comimg/blah.png rather than http://evilpixie.scumways.com/img/blah.png.
<img src="img/blah.png" />
http://evilpixie.scumways.comimg/blah.png
http://evilpixie.scumways.com/img/blah.png
eg, all the images are broken on: http://evilpixie.scumways.com
The images on that page are all of the form
<img src="img/blah.png" />
. The lack of a leading slash confuses Hotdog. It tries to loadhttp://evilpixie.scumways.comimg/blah.png
rather thanhttp://evilpixie.scumways.com/img/blah.png
.