diff --git a/app/views/posts/partials/show/_search_seq.html.erb b/app/views/posts/partials/show/_search_seq.html.erb
index d76ef0c14..85339ebbc 100644
--- a/app/views/posts/partials/show/_search_seq.html.erb
+++ b/app/views/posts/partials/show/_search_seq.html.erb
@@ -1,6 +1,6 @@
- -
+
-
<%= link_to "‹ prev".html_safe, show_seq_post_path(post, q: params[:q], seq: "prev"), rel: "prev", class: "prev" %>
Search: <%= params[:q].presence || "status:any" %>
<%= link_to "next ›".html_safe, show_seq_post_path(post, q: params[:q], seq: "next"), rel: "next", class: "next" %>