if ($teaser) {
echo "<h2>$title</h2>
<p>$content</p>";
}
else {
print $content;
}
In the teaser case, this produces nested p tags.
if ($teaser) {
echo "<h2>$title</h2>
<p>$content</p>";
}
else {
print $content;
}
In the teaser case, this produces nested p tags.
Comments
Comment #1
robloachThanks! http://drupal.org/cvs?commit=119558
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.