Guides/Webform-Integration-Sub-Folder.md
... ...
@@ -430,7 +430,8 @@ Place the copied code between < hr / > and < footer >
430 430
<li><a runat="server" href="~/">Home</a></li>
431 431
<li><a runat="server" href="~/About">About</a></li>
432 432
<li><a runat="server" href="~/Contact">Contact</a></li>
433
- <li><a runat="server" href="~/Izenda/ReportList.aspx">Izenda</a></li> <!-- link to Izenda -->
433
+<!-- link to Izenda -->
434
+ <li><a runat="server" href="~/Izenda/ReportList.aspx">Izenda</a></li>
434 435
435 436
436 437
```