mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
BUG Fixing template errors (brackets not closed) introduced in fe5a978
This commit is contained in:
parent
fe5a978f3a
commit
c553a536ba
@ -3,7 +3,7 @@
|
||||
<p class="authorDate"><% _t('BlogSummary_ss.POSTEDBY', 'Posted by') %> $Author.XML <% _t('BlogSummary_ss.POSTEDON', 'on') %> $Date.Long | <a href="$Link#PageComments_holder" title="View Comments Posted">$Comments.Count <% _t('BlogEntry_ss.COMMENTS', 'Comments') %></a></p>
|
||||
<% if TagsCollection %>
|
||||
<p class="tags">
|
||||
<% _t('BlogSummary_ss.TAGS','Tags' %>:
|
||||
<% _t('BlogSummary_ss.TAGS','Tags') %>:
|
||||
<% loop TagsCollection %>
|
||||
<a href="$Link" title="View all posts tagged '$Tag'" rel="tag">$Tag</a><% if not Last %>,<% end_if %>
|
||||
<% end_loop %>
|
||||
@ -18,11 +18,11 @@
|
||||
|
||||
<p class="blogVitals">
|
||||
<a href="$Link#PageComments_holder" class="comments" title="View Comments for this post">
|
||||
$Comments.Count <% _t('BlogSummary_ss.SUMMARYCOMMENTS','comment(s)' %>
|
||||
$Comments.Count <% _t('BlogSummary_ss.SUMMARYCOMMENTS','comment(s)') %>
|
||||
</a>
|
||||
|
|
||||
<a href="$Link" class="readmore" title="Read Full Post">
|
||||
<% _t('BlogSummary_ss.READFULLPOST','Read the full post' %>
|
||||
<% _t('BlogSummary_ss.READFULLPOST','Read the full post') %>
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user