diff --git a/client/html/comment.tpl b/client/html/comment.tpl index 32eba69b..520d372b 100644 --- a/client/html/comment.tpl +++ b/client/html/comment.tpl @@ -1,7 +1,7 @@
<% if (ctx.comment.user.name && ctx.canViewUsers) { %> - + <% } %> <%= ctx.makeThumbnail(ctx.comment.user.avatarUrl) %> @@ -15,10 +15,10 @@
<% if (ctx.comment.user.name && ctx.canViewUsers) { %><% } %><%= ctx.comment.user.name %><%- ctx.comment.user.name %><% if (ctx.comment.user.name && ctx.canViewUsers) { %>
diff --git a/client/html/comments_page.tpl b/client/html/comments_page.tpl index e580e641..57008b76 100644 --- a/client/html/comments_page.tpl +++ b/client/html/comments_page.tpl @@ -4,14 +4,14 @@ -->
  • <% if (ctx.canViewPosts) { %><% } %><%= ctx.makeThumbnail(post.thumbnailUrl) %><% if (ctx.canViewPosts) { %><% } %>
  • <% } %> diff --git a/client/html/endless_pager_page.tpl b/client/html/endless_pager_page.tpl index 93d2a3b9..9b1cf6cc 100644 --- a/client/html/endless_pager_page.tpl +++ b/client/html/endless_pager_page.tpl @@ -1,4 +1,4 @@
    - +
    diff --git a/client/html/fav.tpl b/client/html/fav.tpl index 28426e2b..d0f9664b 100644 --- a/client/html/fav.tpl +++ b/client/html/fav.tpl @@ -12,4 +12,4 @@ <% } %> add to favorites -<%= ctx.favoriteCount %> +<%- ctx.favoriteCount %> diff --git a/client/html/file_dropper.tpl b/client/html/file_dropper.tpl index 2543402e..0c052c1a 100644 --- a/client/html/file_dropper.tpl +++ b/client/html/file_dropper.tpl @@ -1,6 +1,6 @@
    - -