Skip to content

Commit

Permalink
#2150 Removed an unnecessary element in forum posts
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiMaz committed Feb 26, 2017
1 parent 48119ae commit 593db35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Presentation/Nop.Web/Views/Boards/_ForumPost.cshtml
Expand Up @@ -6,7 +6,6 @@
var webHelper = EngineContext.Current.Resolve<IWebHelper>();
var thisPageUrl = webHelper.GetThisPageUrl(true);
}
@Html.Raw(String.Format("<a name=\"{0}\"></a>", Model.Id))
<div class="topic-post" id="@Html.Encode(String.Format("post{0}", Model.Id))">
<div class="post-info">
<div class="user-info">
Expand Down

0 comments on commit 593db35

Please sign in to comment.