Line 46 of birthdays-block.tpl.php is listed as:
<? print $more; ?>

This was causing incorrect results on my page and instead of producing the actual link was instead rendering that block of code within the HTML (which then failed to validate as XHTML).

I manually corrected that line to read as follows:
print $more;

I'm attaching the file so the changes can be incorporated if so desired.

CommentFileSizeAuthor
birthdays-block.tpl.zip936 bytesKisama

Comments

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.