Skip to content

Commit 42b6ec5

Browse files
committed
docs(getting-started): fix code formatting in bullets
1 parent b4ff759 commit 42b6ec5

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

getting-started/installation/web-config-settings-overview.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -316,24 +316,24 @@ Due to the fact that the `RadCompression` module takes advantage of the ASP.NET
316316
* `ControlState`—By default, the `SessionPageStatePersister` doesn't add the `ControlState` to the `Session` so you may need to add it manually. The following example demonstrates how to set the control state in `Session`.
317317

318318

319-
````XML
320-
<system.web>
321-
<browserCaps>
322-
<case>
323-
RequiresControlStateInSession=true
324-
</case>
325-
</browserCaps>
326-
</system.web>
327-
````
319+
````XML
320+
<system.web>
321+
<browserCaps>
322+
<case>
323+
RequiresControlStateInSession=true
324+
</case>
325+
</browserCaps>
326+
</system.web>
327+
````
328328

329329
* `Page history`&mdash;In applications where you have a lot of popup windows, it is important to increase the amount of the pages that are persisted in the `Session`. The default value of the history size is `9`. The following example demonstrates how to configure the amount of pages that are persisted in `Session`.
330330

331331

332-
````XML
333-
<system.web>
334-
<sessionPageState historySize="15" />
335-
</system.web>
336-
````
332+
````XML
333+
<system.web>
334+
<sessionPageState historySize="15" />
335+
</system.web>
336+
````
337337

338338

339339
### CloudUpload

0 commit comments

Comments
 (0)