mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
Merge pull request #401 from micmania1/fix-close-p-tags
FIX closing p tag
This commit is contained in:
commit
226d8282fd
@ -13,14 +13,15 @@
|
||||
</p>
|
||||
|
||||
<% if $Summary %>
|
||||
<p>$Summary
|
||||
$Summary
|
||||
<% else %>
|
||||
<p>$Excerpt
|
||||
<p>$Excerpt</p>
|
||||
<% end_if %>
|
||||
<p>
|
||||
<a href="$Link">
|
||||
<%t Blog.ReadMoreAbout "Read more about '{title}'..." title=$Title %>
|
||||
</a>
|
||||
</p>
|
||||
|
||||
|
||||
<% include EntryMeta %>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user