Skip to content

Commit

Permalink
Fixed HTML Nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
panchalrajan authored Apr 19, 2021
1 parent 44afb74 commit 54b9829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/questions/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<h1 style="margin-top: 20px;"><span class="question"><%=translation('questions.show.question')%>:</span><a href="<%= @node.path(:question) %>"><%= @node.title %></a></h1>
<% pt = @node.power_tag('question') %>
<div class="alert alert-warning">
<a href="/profile/<%= @node.author.name %>"> <%= @node.author.name %> </a<%=translation('questions.show.question_about')%> <b><a href="/questions/tag/<%= pt %>"><%= pt %></a></b>:
<a href="/profile/<%= @node.author.name %>"> <%= @node.author.name %> </a><%=translation('questions.show.question_about')%> <b><a href="/questions/tag/<%= pt %>"><%= pt %></a></b>:
<a class="btn btn-outline-secondary requireLogin" target="_blank" href="/subscribe/tag/question:<%= pt %>">
Follow this topic
</a>
Expand Down

0 comments on commit 54b9829

Please sign in to comment.