Update templates/Includes/BlogSummary.ss

Is there a need to wrap $Content.FirstParagraph(html) in its own <p> tag since it's using html and tinymce will put <p> tags in the content?
This commit is contained in:
LiamW 2012-10-05 11:50:53 -03:00
parent cfa7410cf2
commit c22f5320bd

View File

@ -10,7 +10,7 @@
</p>
<% end_if %>
<p>$Content.FirstParagraph(html)</p>
$Content.FirstParagraph(html)
<p class="blogVitals"><a href="$Link#PageComments_holder" class="comments" title="View Comments for this post">$Comments.Count comments</a> | <a href="$Link" class="readmore" title="Read Full Post">Read the full post</a></p>
</div>