diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 7d82859..8e2d3dd 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -19,7 +19,7 @@ module ApplicationHelper def page_title if content_for?(:title) - "#{content_for(:title)} - Asciinema" + "#{content_for(:title)} - Asciinema".html_safe else "Asciinema - Record and share your terminal sessions, the right way" end