diff --git a/client/html/comment.tpl b/client/html/comment.tpl index 32eba69..520d372 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 e580e64..57008b7 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 93d2a3b..9b1cf6c 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 28426e2..d0f9664 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 2543402..0c052c1 100644 --- a/client/html/file_dropper.tpl +++ b/client/html/file_dropper.tpl @@ -1,6 +1,6 @@
    - -