diff --git a/assets/javascripts/views/layout/document.coffee b/assets/javascripts/views/layout/document.coffee index 69b513a1..22e69c91 100644 --- a/assets/javascripts/views/layout/document.coffee +++ b/assets/javascripts/views/layout/document.coffee @@ -75,7 +75,7 @@ class app.views.Document extends app.View return setTitle: (title) -> - @el.title = if title then "DevDocs - #{title}" else 'DevDocs API Documentation' + @el.title = if title then "DevDocs — #{title}" else 'DevDocs API Documentation' onVisibilityChange: => return unless @el.visibilityState is 'visible' diff --git a/views/other.erb b/views/other.erb index 91110284..fec06caf 100644 --- a/views/other.erb +++ b/views/other.erb @@ -6,7 +6,7 @@ <% if doc_index_page? %><% else %><% end %> -