From fbe55590083ce0e51e7011d03c84345cd594f6ac Mon Sep 17 00:00:00 2001 From: Andrew O'Neil Date: Tue, 18 Dec 2007 02:38:07 +0000 Subject: [PATCH] fix incorrect usage of _t --- templates/Includes/BlogSummary.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Includes/BlogSummary.ss b/templates/Includes/BlogSummary.ss index df2e045..5b2207b 100644 --- a/templates/Includes/BlogSummary.ss +++ b/templates/Includes/BlogSummary.ss @@ -1,6 +1,6 @@

$MenuTitle

-

<% _t('BlogEntry.ss.POSTEDBY') %> $Author.XML <% _t('BlogEntry.ss.POSTEDON', 'on') %> $Date.Long | $Comments.Count <% _t('BlogEntry.ss.COMMENTS', 'Comments') %>

+

<% _t('POSTEDBY') %> $Author.XML <% _t('POSTEDON', 'on') %> $Date.Long | $Comments.Count <% _t('COMMENTS', 'Comments') %>

<% if Tags %>

Tags: