Guides/MVC-Integration.md
... ...
@@ -408,7 +408,7 @@ public class MvcApplication : System.Web.HttpApplication
408 408
**a.** Open _SiteLayout.cshtml in Views\Shared\ in Solution Explorer
409 409
410 410
**b.** Find the below two lines in the body of html
411
-
411
+```html
412 412
<div class="left-logo">
413 413
<img src="~/Resources/FromDLL/Resources/ModernImages/bi-logo.png" alt="Business intelligence" /> //top-left logo
414 414
</div>
... ...
@@ -422,7 +422,7 @@ public class MvcApplication : System.Web.HttpApplication
422 422
<text>
423 423
<a href="http://izenda.com" style="position: relative; top: 4px;"><img class="right-logo" src="~/Resources/FromDLL/Resources/ModernImages/IzendaNewLogoBlue.png" alt="Izenda Reports" /></a>
424 424
</text>
425
- }```html
425
+ }
426 426
427 427
428 428