if ($teaser) {
  echo "<h2>$title</h2>
       <p>$content</p>";
}
else {
  print $content;
}

In the teaser case, this produces nested p tags.

Comments

RobLoach’s picture

Version: 6.x-1.0 » 6.x-1.x-dev
Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

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