Fix title for plain view
Fix title for plain view - remove <a href=> tag from title.
This commit is contained in:
parent
88ca51bb00
commit
8cac92dd11
|
@ -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| %>
|
||||
|
|
Loading…
Reference in New Issue