BUG Fixing template errors (brackets not closed) introduced in fe5a978

This commit is contained in:
Sean Harvey 2013-07-12 18:02:02 +12:00
parent fe5a978f3a
commit c553a536ba
1 changed files with 3 additions and 3 deletions

View File

@ -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>