Skip to content

Commit 95f45d3

Browse files
committed
moving the mvc mini profile to the right place
1 parent a03e787 commit 95f45d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FunnelWeb.Web/Views/Shared/_Public.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@
102102
Html.RequiresJs("showdown.js", "Scripts", 1);
103103
Html.RequiresJs("wmd.js", "Scripts", 1);
104104
Html.RequiresJs("site.js", "Scripts", 1);
105-
MvcMiniProfiler.MiniProfiler.RenderIncludes()
106105
}
106+
@MvcMiniProfiler.MiniProfiler.RenderIncludes()
107107
@if (IsSectionDefined("Scripts"))
108108
{
109109
@RenderSection("Scripts")

0 commit comments

Comments
 (0)