From 8cac92dd119450a3fc016a2f0b405a39d97aeaaf Mon Sep 17 00:00:00 2001 From: Anton Batenev Date: Sat, 6 Jul 2013 16:58:44 +0400 Subject: [PATCH] Fix title for plain view Fix title for plain view - remove tag from title. --- app/views/topics/plain.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/topics/plain.html.erb b/app/views/topics/plain.html.erb index 79e02f2c987..22d99f84d26 100644 --- a/app/views/topics/plain.html.erb +++ b/app/views/topics/plain.html.erb @@ -2,7 +2,7 @@ - <%= render_topic_title(@topic_view.topic) %> + <%= @topic_view.topic.title %> <% @topic_view.posts.each do |post| %>