We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48119ae commit 593db35Copy full SHA for 593db35
src/Presentation/Nop.Web/Views/Boards/_ForumPost.cshtml
@@ -6,7 +6,6 @@
6
var webHelper = EngineContext.Current.Resolve<IWebHelper>();
7
var thisPageUrl = webHelper.GetThisPageUrl(true);
8
}
9
-@Html.Raw(String.Format("<a name=\"{0}\"></a>", Model.Id))
10
<div class="topic-post" id="@Html.Encode(String.Format("post{0}", Model.Id))">
11
<div class="post-info">
12
<div class="user-info">
0 commit comments