mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
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:
parent
cfa7410cf2
commit
c22f5320bd
@ -10,7 +10,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<% end_if %>
|
<% 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>
|
<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>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user