commit
dd6530f45c
|
@ -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