Merge pull request #1151 from abbat/patch-1

Fix title for plain view
This commit is contained in:
Robin Ward 2013-07-06 17:09:44 -07:00
commit dd6530f45c
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<html lang="<%=SiteSetting.default_locale%>">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title><%= render_topic_title(@topic_view.topic) %></title>
<title><%= @topic_view.topic.title %></title>
</head>
<body>
<% @topic_view.posts.each do |post| %>