Blank Text being inserted above RenderBody()
jgable opened this issue · 1 comments
jgable commented
There is blank text (white space?) being inserted above the RenderBody() section whenever we put the line:
@inherits Nancy.ViewEngines.Razor.NancyRazorViewBase
at the top of the view. To reproduce, take a view (/Home/Index.cshtml) and put the @inherits line in there and then load up the page in Chrome (Anything with the Web Inspector). Inspect the markup and the extra space that is being injected.
I've noticed that if you take out the @inherits line, the space is not injected.
Deleted user commented
I can't replicate this either by looking with the web inspector or at the raw html.