positions mini profiler to the bottom right

This commit is contained in:
Shannon
2014-06-08 12:08:05 +02:00
parent df3bc873df
commit ed989079b4

View File

@@ -104,7 +104,7 @@ namespace Umbraco.Core.Profiling
/// </remarks>
public string Render()
{
return MiniProfiler.RenderIncludes().ToString();
return MiniProfiler.RenderIncludes(RenderPosition.BottomRight).ToString();
}
/// <summary>