summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/views/search.ecr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/search.ecr b/src/views/search.ecr
index 7cdd89c0..c1876153 100644
--- a/src/views/search.ecr
+++ b/src/views/search.ecr
@@ -1,5 +1,5 @@
<% content_for "header" do %>
-<title><%= query.size > 30 ? query[0,30].chomp("...") + "..." : query %> - Invidious</title>
+<title><%= query.size > 30 ? query[0,30].rstrip(".") + "..." : query %> - Invidious</title>
<% end %>
<% videos.each do |item| %>