Closed (duplicate)
Project:
Lost & found issues
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Aug 2006 at 15:54 UTC
Updated:
21 Nov 2017 at 16:29 UTC
Jump to comment: Most recent
Typo line 20 in comment.tpl.php:
<div clas="content"><?php print $content; ?></div>
Should be:
<div class="content"><?php print $content; ?></div>
Typo isn't critical unless you want to theme the .comment .content, which I do.
Comments
Comment #1
rkerr commentedThis should be fixed in CVS (all branches).
Comment #2
rkerr commentedActually, I guess this was the second report of the same problem :)
Comment #3
markhalliwell