Code52/Ideastrike

Blank Text being inserted above RenderBody()

jgable opened this issue · 1 comments

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.

I can't replicate this either by looking with the web inspector or at the raw html.