Closed (fixed)
Project:
Birthdays
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
21 Apr 2010 at 19:23 UTC
Updated:
5 May 2010 at 19:30 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| birthdays-block.tpl.zip | 936 bytes | Kisama |
Comments