Revert "#5226 Unescape page title. (#5246)" (#5267)

This reverts commit 2312d2e301.
This commit is contained in:
Mac Siri 2019-12-27 15:48:34 -05:00 committed by Ben Halpern
parent 39033e33d9
commit 2b16f07d9e

View file

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<% title = yield(:title) %>
<title><%= CGI.unescapeHTML(title || "#{ApplicationConfig['COMMUNITY_NAME']} Community") %></title>
<title><%= title || "#{ApplicationConfig['COMMUNITY_NAME']} Community" %></title>
<% unless internal_navigation? %>
<meta name="last-updated" content="<%= Time.current %>">
<meta name="user-signed-in" content="<%= user_signed_in? %>">
@ -69,4 +69,4 @@
loading...
</div>
<!-- End Top Shell -->
<% end %>
<% end %>