In node.tpl.php line 8 a > is missing

now: <div class="content"<?php print $content?></div>

would be correct: <div class="content"><?php print $content?></div>

CommentFileSizeAuthor
#1 630668.patch683 bytesaufumy
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

aufumy’s picture

Status: Active » Needs review
FileSize
683 bytes

Patch file with the fix above.

eigentor’s picture

Status: Needs review » Closed (fixed)

Fixed in latest Head.