I've got problem with this line:
<div class="TrescPotwierdzTresc">@Model.Article</div>
The problem is with "br" tag inside @Model.Article wont work. I can see this tag after page load, but text is still in the same line. WHen i do something like this:
<div class="TrescPotwierdzTresc">@Model.Tresc br @Model.Tresc</div>
The br tag between "@Model.Tresc" elements work fine. Do You have any idea why is that happening ?