From c22f5320bdb238f8cfce8a532b89a8f53129033a Mon Sep 17 00:00:00 2001 From: LiamW Date: Fri, 5 Oct 2012 11:50:53 -0300 Subject: [PATCH] Update templates/Includes/BlogSummary.ss MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Is there a need to wrap $Content.FirstParagraph(html) in its own

tag since it's using html and tinymce will put

tags in the content? --- templates/Includes/BlogSummary.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Includes/BlogSummary.ss b/templates/Includes/BlogSummary.ss index 897fd06..0ef5cd7 100644 --- a/templates/Includes/BlogSummary.ss +++ b/templates/Includes/BlogSummary.ss @@ -10,7 +10,7 @@

<% end_if %> -

$Content.FirstParagraph(html)

+ $Content.FirstParagraph(html)

$Comments.Count comments | Read the full post