From 54b982992cced41ed4ab2fcd33dd2f4651d03439 Mon Sep 17 00:00:00 2001 From: bunnyrockz <61680675+bunnyrockz@users.noreply.github.com> Date: Mon, 19 Apr 2021 18:31:39 +0530 Subject: [PATCH] Fixed HTML Nesting --- app/views/questions/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/questions/show.html.erb b/app/views/questions/show.html.erb index 64f7449ae4..f42508574f 100644 --- a/app/views/questions/show.html.erb +++ b/app/views/questions/show.html.erb @@ -25,7 +25,7 @@

<%=translation('questions.show.question')%>:<%= @node.title %>

<% pt = @node.power_tag('question') %>
- <%= @node.author.name %> <%= pt %>: + <%= @node.author.name %> <%=translation('questions.show.question_about')%> <%= pt %>: Follow this topic