Merge pull request #96 from halkyon/fixing_template_errors

BUG Fixing template errors (brackets not closed) introduced in fe5a978
This commit is contained in:
Sean Harvey 2013-07-11 23:04:22 -07:00
commit 573ad1bda8

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>