diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index 2799ceecb5949d841558e4b2a977ef4f69db5f37..f1c77d40eb4c87657000d0bfb18d4038f5dc5b8d 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -86,7 +86,7 @@ module ApplicationHelper
   def html_title
     safe_join(
       [content_for(:page_title).to_s.chomp, title]
-      .select(&:present?),
+      .compact_blank,
       ' - '
     )
   end