JamesP Posted May 13, 2014 Posted May 13, 2014 I thought I fixed that. I must have not gotten around to it!
OtherOtie Posted May 13, 2014 Author Posted May 13, 2014 Check it out. It should be fixed now for sure. You're the man.
FriendlyHacker Posted July 4, 2014 Posted July 4, 2014 Check the html where it mentions <li class="group_icon"> Right after the blank image tag, you have </br> and </img>, this is not valid html and will break the rendering of the page or specific element. Maybe you know this already, but if you have html tags with no closing tag property, such as <img> or <br> or <hr> and etc... Then you can't add the closing tag to it like that. Valid html: <br/> <hr/> <img src="my-image.jpg" alt="my image needs alt tag too" />
JamesP Posted July 6, 2014 Posted July 6, 2014 I don't see that in the raw HTML at all... I see the following: <li class='group_icon'> <img src=''><br /> <img src='https://board.freedomainradio.com/public/style_extra/team_icons/fdr_bronze.gif'/></li> Only XHTML needs closing tags. In any case, it's fixed again. Not sure how it came back...
JamesP Posted August 23, 2014 Posted August 23, 2014 I did figure out how this artifact reappeared. The hook that shows the donator badges was getting reset. I think I've fixed it for good.
Recommended Posts