FAQ/Preventing-information-leaks.md
... ...
@@ -13,6 +13,7 @@ Adding the below code to the rs.aspx page will help you control what a user is a
13 13
##rs.aspx (C♯)
14 14
```csharp
15 15
<script runat="server">
16
+
16 17
private bool SystemInfoPresents(ControlCollection controls)
17 18
{
18 19
foreach (Control c in controls)
... ...
@@ -33,5 +34,6 @@ private bool SystemInfoPresents(ControlCollection controls)
33 34
Controls.Add(new LiteralControl("Prohibited"));
34 35
}
35 36
}
36
- </script>
37
+
38
+</script>
37 39
```
... ...
\ No newline at end of file