diff options
Diffstat (limited to 'client/html/posts_page.tpl')
| -rw-r--r-- | client/html/posts_page.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/html/posts_page.tpl b/client/html/posts_page.tpl index bb4ffe6..7080aa5 100644 --- a/client/html/posts_page.tpl +++ b/client/html/posts_page.tpl @@ -36,7 +36,7 @@ <% } %> </a> <% if (ctx.parameters && ctx.parameters.tag) { %> - <a data-post-id='<%= post.id %>' class='masstag'> + <a href data-post-id='<%= post.id %>' class='masstag'> </a> <% } %> </li> |