This is how the Akismet block comes across on a pretty stock Drupal 5.0 install:
<div id="block-akismet-0" class="clear-block block block-akismet">
<h2>Akismet spam counter</h2>
<div class="content"><a href="http://akismet.com" title="<em>drupal</em> is proudly protected by Akismet, <em>0</em> spam caught since <em>January 17, 2007</em>." target="_blank"><img src="/modules/akismet/akismet.gif" title="<em>drupal</em> is proudly protected by Akismet, <em>0</em> spam caught since <em>January 17, 2007</em>." alt="<em>drupal</em> is proudly protected by Akismet, <em>0</em> spam caught since <em>January 17, 2007</em>." /></a></div>
</div>
Note the improper title attributes for the a and image tags. You can't nest tags in these areas. Shouldn't this text be exposed outside the img or a tags?
Comments
Comment #1
mindless commentedlooks like this may be fixed in HEAD
Comment #2
tcblack commentedThere is no HEAD download on the Akismet page, how do I access this?
Comment #3
drewish commentedIt should be fixed now. I'll also make sure that up-to-date releases are available. Please re-open this if it's still broken.
Comment #4
(not verified) commented