From 10e8b7f7e037304a5ec335886e4438e21c4feccc Mon Sep 17 00:00:00 2001 From: Gordon Anderson Date: Wed, 11 Feb 2015 13:10:27 +0700 Subject: [PATCH] FIX: Swapped order of gravatar and comment, as using CSS display:table instead of floats for layout --- templates/CommentsInterface_singlecomment.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CommentsInterface_singlecomment.ss b/templates/CommentsInterface_singlecomment.ss index b0daa98..fa3ce7f 100755 --- a/templates/CommentsInterface_singlecomment.ss +++ b/templates/CommentsInterface_singlecomment.ss @@ -1,5 +1,6 @@
<% if MarkedAsDeleted %><% _t('DELETED_BY_ADMIN','This comment was deleted by an administrator') %><% else %> +<% if $Gravatar %>
Gravatar for $Name
<% end_if %>
<% if $URL %>

<% _t('CommentsInterface_singlecomment_ss.PBY','Posted by') %> $AuthorName.XML

@@ -33,5 +34,4 @@ $EscapedComment <% end_if %>
<% end_if %> -<% if $Gravatar %>
Gravatar for $Name
<% end_if %>
\ No newline at end of file