Fix title for plain view

Fix title for plain view - remove <a href=> tag from title.
This commit is contained in:
Anton Batenev 2013-07-06 16:58:44 +04:00
parent 88ca51bb00
commit 8cac92dd11
1 changed files with 1 additions and 1 deletions

View File

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