Skip to content

Commit 593db35

Browse files
committed
#2150 Removed an unnecessary element in forum posts
1 parent 48119ae commit 593db35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Presentation/Nop.Web/Views/Boards/_ForumPost.cshtml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
var webHelper = EngineContext.Current.Resolve<IWebHelper>();
77
var thisPageUrl = webHelper.GetThisPageUrl(true);
88
}
9-
@Html.Raw(String.Format("<a name=\"{0}\"></a>", Model.Id))
109
<div class="topic-post" id="@Html.Encode(String.Format("post{0}", Model.Id))">
1110
<div class="post-info">
1211
<div class="user-info">

0 commit comments

Comments
 (0)