diff --git a/client/css/post-list-view.styl b/client/css/post-list-view.styl index 02e0ef6a..b266ca14 100644 --- a/client/css/post-list-view.styl +++ b/client/css/post-list-view.styl @@ -116,7 +116,7 @@ width: 25em input[name=masstag] width: 12em - .masstag-hint + .masstag-hint, .open-masstag margin-right: 1em .append font-size: 0.95em diff --git a/client/html/posts_page.tpl b/client/html/posts_page.tpl index b773b226..438ba5a0 100644 --- a/client/html/posts_page.tpl +++ b/client/html/posts_page.tpl @@ -35,7 +35,7 @@ <% } %> - <% if (ctx.canMassTagg && ctx.parameters && ctx.parameters.tag) { %> + <% if (ctx.canMassTag && ctx.parameters && ctx.parameters.tag) { %> <% } %>