Not a bug  Logo using "alt=" instead of "title="

Vincent

Well-known member
In logo_block, this
Code:
				<img src="@headerLogoPath" alt="{$xenOptions.boardTitle}" />

should be
Code:
				<img src="@headerLogoPath" title="{$xenOptions.boardTitle}" />

No?

Else there is no text when hovering :)
 
Top Bottom