Skip to content

Commit b1b3e75

Browse files
committed
edited MD content to see if that is causing the issue
1 parent 299bdda commit b1b3e75

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

HOL.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -628,13 +628,13 @@ In this section, you will enable unobtrusive validation in ASP.NET to compare th
628628
(Code Snippet - _Web Forms Lab - Ex01 - Script Manager_)
629629

630630
````HTML
631-
<form runat="server">
632-
633-
<asp:ScriptManager ID="uxScriptManagerMasterPage" runat="server" EnableCdn="False">
634-
<Scripts>
635-
<asp:ScriptReference Name="jquery" />
636-
</Scripts>
637-
</asp:ScriptManager>
631+
<form runat="server">
632+
633+
<asp:ScriptManager ID="uxScriptManagerMasterPage" runat="server" EnableCdn="False">
634+
<Scripts>
635+
<asp:ScriptReference Name="jquery" />
636+
</Scripts>
637+
</asp:ScriptManager>
638638
````
639639

640640
1. Open **CustomerDetails.aspx** and press **F5** to start the Web application.

0 commit comments

Comments
 (0)